Set default editor in .bashrc and updated install.sh
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1cf7b01030
commit
06da784e10
3 changed files with 11 additions and 7 deletions
8
.bashrc
8
.bashrc
|
@ -107,6 +107,10 @@ export GTK_IM_MODULE=ibus
|
|||
export QT_IM_MODULE=ibus
|
||||
export XMODIFIERS=@im=ibus
|
||||
|
||||
# Setting default editor
|
||||
export VISUAL=vim
|
||||
export EDITOR="$VISUAL"
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||
# sources /etc/bash.bashrc).
|
||||
|
@ -118,10 +122,6 @@ if ! shopt -oq posix; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/mint-fortune ]; then
|
||||
/usr/bin/mint-fortune
|
||||
fi
|
||||
|
||||
# Add users bin directory to the PATH
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue