diff --git a/.bash_aliases b/.bash_aliases index a9f8547..dfb1855 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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 } diff --git a/vim-plugins/tmp/undo/%etc%cron.daily%backup b/vim-plugins/tmp/undo/%etc%cron.daily%backup old mode 100644 new mode 100755 index d9be1d5..b8f7259 Binary files a/vim-plugins/tmp/undo/%etc%cron.daily%backup and b/vim-plugins/tmp/undo/%etc%cron.daily%backup differ diff --git a/vim-plugins/tmp/undo/%home%viktor%.bash_aliases b/vim-plugins/tmp/undo/%home%viktor%.bash_aliases index e1b3add..b84f714 100644 Binary files a/vim-plugins/tmp/undo/%home%viktor%.bash_aliases and b/vim-plugins/tmp/undo/%home%viktor%.bash_aliases differ diff --git a/vim-plugins/tmp/undo/%home%viktor%backup%README b/vim-plugins/tmp/undo/%home%viktor%backup%README new file mode 100644 index 0000000..b7b88a9 Binary files /dev/null and b/vim-plugins/tmp/undo/%home%viktor%backup%README differ diff --git a/vim-plugins/tmp/undo/%home%viktor%backup%exclude.txt b/vim-plugins/tmp/undo/%home%viktor%backup%exclude.txt new file mode 100644 index 0000000..15c5cfc Binary files /dev/null and b/vim-plugins/tmp/undo/%home%viktor%backup%exclude.txt differ