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 \
|
fish_add_path \
|
||||||
~/.local/bin \
|
~/.local/bin \
|
||||||
~/.cargo/bin \
|
~/.cargo/bin \
|
||||||
|
@ -23,10 +13,6 @@ abbr -a -- gu gitup
|
||||||
abbr -a -- g git
|
abbr -a -- g git
|
||||||
abbr -a -- q pueue
|
abbr -a -- q pueue
|
||||||
|
|
||||||
alias j z
|
|
||||||
alias jj zz
|
|
||||||
|
|
||||||
alias ls lsd
|
|
||||||
alias l ls
|
alias l ls
|
||||||
alias ll 'ls -la'
|
alias ll 'ls -la'
|
||||||
alias llh 'ls -lha'
|
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
|
format = ssh
|
||||||
|
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = ~/.ssh/allowed_signers
|
allowedSignersFile = ~/.config/git/allowed_signers
|
||||||
|
|
||||||
[includeIf "gitdir:~/dev/scn/"]
|
[includeIf "gitdir:~/dev/scn/"]
|
||||||
path = ~/dev/scn/.gitconfig
|
path = ~/dev/scn/.gitconfig
|
||||||
|
|
|
@ -16,3 +16,4 @@ GPUCache/
|
||||||
.todo
|
.todo
|
||||||
.yarn
|
.yarn
|
||||||
.envrc
|
.envrc
|
||||||
|
.lando.local.yml
|
Loading…
Reference in a new issue