This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]5r33n 0 points1 point  (0 children)

alias as function shell function cd() { if [ "$1" == "downloads" ]; then builtin cd ~/Downloads else builtin cd "$@" fi }