diff options
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r-- | roles/shell/bash/templates/bashrc.j2 | 2 |
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 | ||
14 | export GPG_TTY=$(tty) | 14 | export GPG_TTY=$(tty) |
15 | export HISTFILE="$XDG_STATE_HOME/bash/history" | 15 | export HISTFILE="$XDG_STATE_HOME/bash/history" |
16 | export HISTTIMEFORMAT='%F %T ' | ||
17 | export HISTCONTROL="ignorespace:ignoredups" | ||
16 | 18 | ||
17 | alias vi=vim | 19 | alias vi=vim |
18 | alias ls='ls --color=auto -F -T 0' | 20 | alias ls='ls --color=auto -F -T 0' |