summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 954c3a74..c9cf8a69 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'