Fix some stuff
This commit is contained in:
parent
a7eaecd89e
commit
5594d08bcd
4 changed files with 4 additions and 15 deletions
|
@ -1,13 +1,3 @@
|
|||
function _ntfy_done -a title message
|
||||
ntfy send \
|
||||
--quiet \
|
||||
--title "$title" \
|
||||
--tags "$(hostname)",computer \
|
||||
https://push.pnyhf.eu/terminal \
|
||||
"$message"
|
||||
end
|
||||
|
||||
# Skips non-existing and already known paths
|
||||
fish_add_path \
|
||||
~/.local/bin \
|
||||
~/.cargo/bin \
|
||||
|
@ -23,10 +13,6 @@ abbr -a -- gu gitup
|
|||
abbr -a -- g git
|
||||
abbr -a -- q pueue
|
||||
|
||||
alias j z
|
||||
alias jj zz
|
||||
|
||||
alias ls lsd
|
||||
alias l ls
|
||||
alias ll 'ls -la'
|
||||
alias llh 'ls -lha'
|
||||
|
|
2
git/allowed_signers
Normal file
2
git/allowed_signers
Normal file
|
@ -0,0 +1,2 @@
|
|||
wuehr@sc-networks.com,awuehr@sc-networks.com,aw@sc-networks.com,awuehr@pnyhf.eu,aw@pnyhf.eu,l-x@pnyhf.eu,l-x@mailbox.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBdOQtyNPTA45OzjjwhG6tk4PUXSybuuPjIFSpoSxMds
|
||||
bruckmoser@sc-networks.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFOs7tV4wONEOnMurB4ySNkmwy6beU2HxjYawgyUN7+x
|
|
@ -74,7 +74,7 @@
|
|||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
allowedSignersFile = ~/.ssh/allowed_signers
|
||||
allowedSignersFile = ~/.config/git/allowed_signers
|
||||
|
||||
[includeIf "gitdir:~/dev/scn/"]
|
||||
path = ~/dev/scn/.gitconfig
|
||||
|
|
|
@ -16,3 +16,4 @@ GPUCache/
|
|||
.todo
|
||||
.yarn
|
||||
.envrc
|
||||
.lando.local.yml
|
Loading…
Reference in a new issue