|
|
@ -10,8 +10,8 @@ export HISTFILESIZE=10000
|
|
|
|
export PATH="$HOME/.bin:$PATH"
|
|
|
|
export PATH="$HOME/.bin:$PATH"
|
|
|
|
|
|
|
|
|
|
|
|
# define a default editor
|
|
|
|
# define a default editor
|
|
|
|
if [ -x "$(command -v caode)" ]; then
|
|
|
|
if [ -x "$(command -v code)" ]; then
|
|
|
|
export EDITOR=code
|
|
|
|
export EDITOR='code -w'
|
|
|
|
elif [ -x "$(command -v vim)" ]; then
|
|
|
|
elif [ -x "$(command -v vim)" ]; then
|
|
|
|
export EDITOR=vim
|
|
|
|
export EDITOR=vim
|
|
|
|
elif [ -x "$(command -v vi)" ]; then
|
|
|
|
elif [ -x "$(command -v vi)" ]; then
|
|
|
|