summaryrefslogtreecommitdiff
path: root/roles/shell/bash/templates/bashrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r--roles/shell/bash/templates/bashrc.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2
index b717f0e..91311e5 100644
--- a/roles/shell/bash/templates/bashrc.j2
+++ b/roles/shell/bash/templates/bashrc.j2
@@ -13,6 +13,8 @@ fi
13 13
14export GPG_TTY=$(tty) 14export GPG_TTY=$(tty)
15export HISTFILE="$XDG_STATE_HOME/bash/history" 15export HISTFILE="$XDG_STATE_HOME/bash/history"
16export HISTTIMEFORMAT='%F %T '
17export HISTCONTROL="ignorespace:ignoredups"
16 18
17alias vi=vim 19alias vi=vim
18alias ls='ls --color=auto -F -T 0' 20alias ls='ls --color=auto -F -T 0'