diff options
-rw-r--r-- | .bashrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + |
index : dotfiles | ||
Git repository to track my personal GNU/Linux dotfiles |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .bashrc | 10 |
@@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + |