Files
dots/.config/fish/functions/...fish
2023-07-08 15:20:42 +03:00

5 lines
70 B
Fish

function .. --description 'alias ..=cd ..'
cd .. $argv
end