Fix vimx and add missing space for bash script

This commit is contained in:
Leon Grünewald 2020-07-10 13:27:50 +02:00
parent 4a5114abdb
commit c6a9e361e3
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ if [ -n "$(command -v bat)" ]; then
alias oldcat='cat' alias oldcat='cat'
fi fi
if [ -n "$(command -v exa)"]; then if [ -n "$(command -v exa)" ]; then
alias ls='exa' alias ls='exa'
alias oldls='ls --color=tty' alias oldls='ls --color=tty'
fi fi

View file

@ -10,4 +10,4 @@ export GID=$(id -g)
export PATH=$PATH:~/.local/bin:~/bin: export PATH=$PATH:~/.local/bin:~/bin:
export PATH=$PATH:$(composer global config bin-dir --absolute -q) export PATH=$PATH:$(composer global config bin-dir --absolute -q)
export EDITOR=xvim export EDITOR=vim