(bashrc) set vim as editor for sudoedit
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# select vim as editor for sudoedit
|
||||
export EDITOR=vim
|
||||
|
||||
# configure behaviour of command history
|
||||
## disable duplicates in command history
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
|
||||
Reference in New Issue
Block a user