fish: clean up xdg + remove old aliases
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
function pm --wraps=pulsemixer --description 'alias pm=pulsemixer'
|
||||
pulsemixer $argv
|
||||
|
||||
end
|
||||
@ -1,4 +0,0 @@
|
||||
function py --wraps=python --description 'alias py=python'
|
||||
python $argv
|
||||
|
||||
end
|
||||
3
.config/fish/functions/xdg.fish
Normal file
3
.config/fish/functions/xdg.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function adb
|
||||
env HOME="$XDG_DATA_HOME/android" adb $argv
|
||||
end
|
||||
Reference in New Issue
Block a user