fish: clean up xdg + remove old aliases

This commit is contained in:
2025-08-30 16:35:38 +03:00
parent eead409480
commit 90bbd37e14
6 changed files with 104 additions and 33 deletions

View File

@ -1,4 +0,0 @@
function pm --wraps=pulsemixer --description 'alias pm=pulsemixer'
pulsemixer $argv
end

View File

@ -1,4 +0,0 @@
function py --wraps=python --description 'alias py=python'
python $argv
end

View File

@ -0,0 +1,3 @@
function adb
env HOME="$XDG_DATA_HOME/android" adb $argv
end