histroy configuration

This commit is contained in:
2025-08-29 14:00:13 +02:00
parent 884e8260b7
commit ddcc6ccd55

View File

@@ -1,8 +1,11 @@
#!/bin/bash
export LIBVIRT_DEFAULT_URI="qemu:///system"
export EDITOR="vim"
export HISTSIZE=-1
export HISTFILESIZE=-1
export EDITOR="vim"
export HISTTIMEFORMAT="%y-%m/%d %T "
export HISTCONTROL=ignoreboth
export HISTIGNORE="ls *:cd *:pwd:history"
# used by systemd user unit file ssh-agent in ~/.config/systemd/user/ssh-agent.service
#Also add "AddKeysToAgent yes" to ~/.ssh/config