Added stop to path, and added group directories first in ls

This commit is contained in:
Thomas FORGIONE
2016-08-22 16:34:51 +02:00
parent d0a3c9c045
commit be85b38908
3 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ alias jekyll="bundle exec jekyll serve"
alias cd..="cd .."
alias cd...="cd ../.."
alias cd....="cd ../../.."
alias ls="ls -h --color --group-directories-first"
alias lsd="ls"
# Make wd command work

View File

@@ -1,5 +1,5 @@
# The path
export PATH=$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/android-ndk:/usr/lib/emscripten:/home/thomas/.script/check:/home/thomas/.gem/ruby/2.3.0/bin:/home/thomas/.script/blog:/home/thomas/.script/mail:/home/thomas/.script/
export PATH=$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/android-ndk:/usr/lib/emscripten:/home/thomas/.script/check:/home/thomas/.gem/ruby/2.3.0/bin:/home/thomas/.scripts:/home/thomas/.more-scripts/stop/
# My editor
export EDITOR="nvim"