diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-11-01 11:35:25 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-11-01 11:35:25 +0100 |
commit | 66ec6c71d713f45f633e2e1595921e27b5a3a47c (patch) | |
tree | e5a43e4d41ad5c97069219f1a5b03d0c1be28027 /.aliases | |
parent | 0c2c098090d407b48f8af0c0335281add526ece5 (diff) | |
download | dotfiles-66ec6c71d713f45f633e2e1595921e27b5a3a47c.tar.gz dotfiles-66ec6c71d713f45f633e2e1595921e27b5a3a47c.tar.bz2 dotfiles-66ec6c71d713f45f633e2e1595921e27b5a3a47c.zip |
.aliases: Lowercase `projects` dir
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ alias -- -="cd -" alias d="cd ~/Documents/Dropbox" alias dl="cd ~/Downloads" alias dt="cd ~/Desktop" -alias p="cd ~/Projects" +alias p="cd ~/projects" alias g="git" alias h="history" alias j="jobs" |