chore(config): move alias functions to alias.fish

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-06 14:05:32 +02:00
parent afc04db93a
commit 5d929c6466
3 changed files with 23 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
function .c --wraps='cd ~/Code' --description 'alias .c=cd ~/Code'
cd ~/Code $argv
end

View File

@@ -1,4 +0,0 @@
function .d --wraps='cd ~/.dotfiles' --description 'alias .d=cd ~/.dotfiles'
cd ~/.dotfiles $argv
end