mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 23:57:17 +00:00
Fish: clean z, supath
This commit is contained in:
parent
0169623149
commit
a0c2f24c26
|
|
@ -1,5 +1,7 @@
|
||||||
|
# Defined in /tmp/fish.n7VMen/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
|
j -c
|
||||||
fc-cache -f -v
|
fc-cache -f -v
|
||||||
se clean -y
|
se clean -y
|
||||||
se dc -y
|
se dc -y
|
||||||
|
|
|
||||||
4
.config/fish/functions/supath.fish
Normal file
4
.config/fish/functions/supath.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.7kzeFd/supath.fish @ line 1
|
||||||
|
function supath
|
||||||
|
sudo env "PATH=$PATH" $argv
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue