diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
| commit | 39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch) | |
| tree | f8d3b7a16fca4aa0cecf86f06181f8be84274f38 /aliases | |
| parent | [zsh] replace bash with zsh. (diff) | |
| download | emacs.d-39548f2301ef4faf6cf19f4a6f379f183c6e2fc5.tar.gz | |
[zsh] clean up zsh config.
Keep as few files as possible, and document the order this files are
loaded in OS X.
Diffstat (limited to 'aliases')
| -rw-r--r-- | aliases | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -21,21 +21,11 @@ alias utc="date -u" # tools alias tmuxa="tmux new-session -A -s work" -alias gerp="grep --color=auto" alias grep="grep --color=auto" -alias pjson="python -mjson.tool" # git alias g="git" alias gclean="git clean -dfx" -alias gst="git status" - -# navigation -alias s="cd ~/src/source" -alias eb="cd ~/src/source/eventbus" -alias ops="cd ~/src/twitter-ops" -alias science="cd ~/src/source/science/" -alias gcode="cd ~/gocode/src" # zsh stuff alias zshrc="source ~/.zshrc" |
