Added alias for jump

This commit is contained in:
Thomas FORGIONE 2016-09-08 09:16:44 +02:00
parent ad2e6e3351
commit 7f3668dc54
1 changed files with 3 additions and 0 deletions

View File

@ -37,3 +37,6 @@ alias cd....="cd ../../.."
alias ls="ls -h --color --group-directories-first"
alias sl="ls"
alias lsd="ls"
# Jump
alias j="jump"