Skip to content
/ alias Public

Collection of handy UNIX shell aliases.

License

Notifications You must be signed in to change notification settings

vlmaier/alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

alias

Collection of handy UNIX shell aliases.

zsh

alias tree2="tree -L 2 ."

Do not forget to source .zshrc!

git

git config\
 --global alias.hs "log\
 --pretty='%C(yellow)%h %C(cyan)%cd %Cblue%aN%C(auto)%d %Creset%s'\
 --date=relative\
 --date-order"
git config --global alias.c "rm -r --cached ."