Browse Source

.bashrc: add space after prompt

master
cinnaboot 3 years ago
parent
commit
58f912c342
  1. 2
      .bashrc

2
.bashrc

@ -31,7 +31,7 @@ user_name=$green
host=$light_cyan host=$light_cyan
directory=$yellow 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 ls='ls -hF --color=tty --group-directories-first' # classify files in colour
alias ll='ls -l' # long list alias ll='ls -l' # long list

Loading…
Cancel
Save