diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:39:59 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:39:59 +0100 |
commit | 53e8fa543797b82b08fad2007ac6a770581353cd (patch) | |
tree | e89629fca12b069c4d2f7951bfa51e4a67882168 /bash | |
parent | 78e5d2cd720fa55f251b7314564c434bff4fdcfa (diff) | |
download | dotfiles-53e8fa543797b82b08fad2007ac6a770581353cd.tar.gz |
history
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/env.profile b/bash/env.profile index 380bdf2..f401cc1 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -18,3 +18,6 @@ export EDITOR=nvim #Java Gradle hopme PATH export GRADLE_USER_HOME=~/.gradle + +export HISTTIMEFORMAT="%y-%m-%d %T " +export HISTSIZE=1000 |