Fix vimx and add missing space for bash script
This commit is contained in:
parent
4a5114abdb
commit
c6a9e361e3
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ if [ -n "$(command -v bat)" ]; then
|
|||
alias oldcat='cat'
|
||||
fi
|
||||
|
||||
if [ -n "$(command -v exa)"]; then
|
||||
if [ -n "$(command -v exa)" ]; then
|
||||
alias ls='exa'
|
||||
alias oldls='ls --color=tty'
|
||||
fi
|
||||
|
|
|
@ -10,4 +10,4 @@ export GID=$(id -g)
|
|||
export PATH=$PATH:~/.local/bin:~/bin:
|
||||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||
|
||||
export EDITOR=xvim
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Reference in a new issue