mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
add support for FCEDIT, this makes sure that history is modified with EDITOR in zsh, bash and ksh
This commit is contained in:
parent
cb467422ab
commit
6b5159f65e
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ for EDITOR in vim elvis vile nvi vi ; do
|
|||
done
|
||||
export EDITOR
|
||||
|
||||
# make the history editor the editor we want
|
||||
FCEDIT=$EDITOR
|
||||
export $FCEDIT
|
||||
|
||||
# aliases
|
||||
alias cd..='cd ..'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue