~/.bashrcに下記を追記
alias ll="ls -l"
次にターミナルを立ち上げるたびに.bashrcを読み込むように、.bash_profileを作成し、下記を記入。
source ~/.bashrc
Go to list of users who liked
More than 5 years have passed since last update.
~/.bashrcに下記を追記
alias ll="ls -l"
次にターミナルを立ち上げるたびに.bashrcを読み込むように、.bash_profileを作成し、下記を記入。
source ~/.bashrc
Register as a new user and use Qiita more conveniently
Go to list of users who liked