Adding new stuff

This commit is contained in:
ViktorBarzin 2017-08-07 12:00:01 +03:00
parent 3de9cfbccb
commit 756244e2c1
5 changed files with 10 additions and 2 deletions

View file

@ -44,8 +44,16 @@ send_key() {
function ls(){
if [[ $2 == "-l" ]]; then
exa -bghHliS
if [[ $3 != "" ]]; then
exa -bghHliS $3
else
exa -bghHliS
fi
else
/bin/ls --color=auto
if [[ $2 != "" ]]; then
/bin/ls --color=auto $2
else
/bin/ls --color=auto
fi
fi
}

BIN
vim-plugins/tmp/undo/%etc%cron.daily%backup Normal file → Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.