mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Store timestamps in command history
This commit is contained in:
parent
f4d3da10ee
commit
fcdd9df1a6
3 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@ else
|
|||
fi
|
||||
|
||||
# Other program settings
|
||||
export HISTTIMEFORMAT="%Y-%m-%d %T "
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/scripts/dmenu/dmenupass"
|
||||
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
|
||||
export XSECURELOCK_SHOW_HOSTNAME=0 # Don't show hostname in xsecurelock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue