(bashrc) set vim as editor for sudoedit

This commit is contained in:
zegonix
2026-04-20 09:09:53 +02:00
parent b82161a7dc
commit 4be23172f3
+3
View File
@@ -2,6 +2,9 @@
# ~/.bashrc # ~/.bashrc
# #
# select vim as editor for sudoedit
export EDITOR=vim
# configure behaviour of command history # configure behaviour of command history
## disable duplicates in command history ## disable duplicates in command history
export HISTCONTROL=ignoreboth:erasedups export HISTCONTROL=ignoreboth:erasedups