Skip to content

Instantly share code, notes, and snippets.

View jesselpalmer's full-sized avatar
👨‍💻
Probably coding somewhere

Jesse Palmer jesselpalmer

👨‍💻
Probably coding somewhere
View GitHub Profile
@virajkulkarni14
virajkulkarni14 / activealiases.sh
Created January 13, 2017 17:51
List of active aliases on Oh my zsh
-='cd -'
...=../..
....=../../..
.....=../../../..
......=../../../../..
1='cd -'
2='cd -2'
3='cd -3'
4='cd -4'
5='cd -5'