fish: more aliases and functions

This commit is contained in:
Franzi 2021-04-02 08:45:48 +02:00
parent 7f0657e3b7
commit c22b6fd07c
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,8 @@ alias weechat='mosh htz.ex42-1048908 -- tmux attach-session -d -t weechat-tmux'
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
alias tmp='cd (mktemp -d -p /home/kunsi)'
alias bwr='cd ~/git/bundlewrap/'
alias v='vim -p'
alias gm='git checkout main && git pull --all'
@ -28,5 +30,9 @@ set -x BW_ITEM_WORKERS 16
set -x BW_NODE_WORKERS 16
function fish_greeting
uptime
fortune
end
function fish_command_not_found
__fish_default_command_not_found_handler $argv[1]
end