Files
dots/.config/fish/functions/...fish
2023-03-29 21:15:01 +03:00

5 lines
70 B
Fish

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