diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -alias ls='ls -lah --color=auto' +alias ll='ls -lah --color=auto' PS1='[\u@\h \W]\$ ' alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME' |