mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
feat(bash): add timestamp to command history (#121)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/121
This commit is contained in:
parent
bc3d0335fd
commit
03366904de
1 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,9 @@ export PS1='\[\e[38;5;46m\]\u\[\e[38;5;2m\]@\[\e[38;5;46m\]\h\[\e[38;5;2m\]:\[\e
|
|||
# Export GPG_TTY for signing stuff with gpg
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# Set time format for history entries
|
||||
export HISTTIMEFORMAT="%F %T "
|
||||
|
||||
# Create pathrefs to dev folders
|
||||
export L="/var/www/libs"
|
||||
export S="/var/www/sites"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue