Skip to content

Latest commit

 

History

History

aliases

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shell Aliases

Usage:

You can either source from these files individually, or link them into your $ZSH_CUSTOM dir if using Zsh.

If using Zsh (highly recommended!), cd to this directory, then:

for file in *.zsh; do ln -s `pwd`/`ls $file` $ZSH_CUSTOM/$file; done

If not using Zsh, add this line to your ~/.bashrc:

source path/to/these/aliases/*.zsh