1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-16 11:52:47 +00:00

Fish: clean z, supath

This commit is contained in:
Phantop 2020-01-06 23:16:20 -05:00
parent 0169623149
commit a0c2f24c26
2 changed files with 20 additions and 14 deletions

View file

@ -1,5 +1,7 @@
# Defined in /tmp/fish.n7VMen/clean.fish @ line 2
function clean
s printf \
j -c
fc-cache -f -v
se clean -y
se dc -y

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.7kzeFd/supath.fish @ line 1
function supath
sudo env "PATH=$PATH" $argv
end