mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: add some useful stuff back
This commit is contained in:
parent
630d8d7461
commit
b8b71aa373
4
.config/fish/functions/base64d.fish
Normal file
4
.config/fish/functions/base64d.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.EaCb2O/base64d.fish @ line 1
|
||||||
|
function base64d
|
||||||
|
echo $argv | base64 -d
|
||||||
|
end
|
||||||
|
|
@ -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
|
function fish_user_key_bindings
|
||||||
bind \co 'fff'
|
bind \co 'f'
|
||||||
bind \eo 'cd (ffd | fzf)'
|
|
||||||
bind \ed 'ncdu'
|
bind \ed 'ncdu'
|
||||||
bind \eg 'git log; git status'
|
|
||||||
bind \et 'tmux'
|
bind \et 'tmux'
|
||||||
bind \eT 'ta'
|
bind \eT 'ta'
|
||||||
bind \eD 'D'
|
|
||||||
bind \es 'sou'
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
4
.config/fish/functions/gpue.fish
Normal file
4
.config/fish/functions/gpue.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.lGSA7G/gpue.fish @ line 1
|
||||||
|
function gpue
|
||||||
|
gpu $argv; exit
|
||||||
|
end
|
||||||
4
.config/fish/functions/gpuf.fish
Normal file
4
.config/fish/functions/gpuf.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.RX2lTd/gpuf.fish @ line 1
|
||||||
|
function gpuf
|
||||||
|
gpu -f $argv
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue