Added stop to path, and added group directories first in ls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user