1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: add some useful stuff back

This commit is contained in:
Phantop 2019-06-03 19:25:47 -04:00
parent 630d8d7461
commit b8b71aa373
4 changed files with 14 additions and 6 deletions

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.EaCb2O/base64d.fish @ line 1
function base64d
echo $argv | base64 -d
end

View file

@ -1,11 +1,7 @@
# Defined in /tmp/fish.Rxe07n/fish_user_key_bindings.fish @ line 2
# Defined in /tmp/fish.4HNSEn/fish_user_key_bindings.fish @ line 2
function fish_user_key_bindings
bind \co 'fff'
bind \eo 'cd (ffd | fzf)'
bind \co 'f'
bind \ed 'ncdu'
bind \eg 'git log; git status'
bind \et 'tmux'
bind \eT 'ta'
bind \eD 'D'
bind \es 'sou'
end

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.lGSA7G/gpue.fish @ line 1
function gpue
gpu $argv; exit
end

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.RX2lTd/gpuf.fish @ line 1
function gpuf
gpu -f $argv
end