|
|
|
|
@ -31,7 +31,7 @@ user_name=$green
|
|
|
|
|
host=$light_cyan |
|
|
|
|
directory=$yellow |
|
|
|
|
|
|
|
|
|
PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$" |
|
|
|
|
PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$ " |
|
|
|
|
|
|
|
|
|
alias ls='ls -hF --color=tty --group-directories-first' # classify files in colour |
|
|
|
|
alias ll='ls -l' # long list |
|
|
|
|
|