$ vi ~/.bash_profile
alias ll='ls -la'
alias ht='cd /Applications/MAMP/htdocs/'
$ source ~/.bash_profile
$ ht
$ pwd
/Applications/MAMP/htdocs
Go to list of users who liked
More than 5 years have passed since last update.
$ vi ~/.bash_profile
alias ll='ls -la'
alias ht='cd /Applications/MAMP/htdocs/'
$ source ~/.bash_profile
$ ht
$ pwd
/Applications/MAMP/htdocs
Register as a new user and use Qiita more conveniently
Go to list of users who liked