diff options
Diffstat (limited to '.config/shell/shortcutrc')
-rw-r--r-- | .config/shell/shortcutrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc new file mode 100644 index 0000000..96790d0 --- /dev/null +++ b/.config/shell/shortcutrc @@ -0,0 +1,7 @@ +#!/bin/sh + +alias \ + cb='cd ~/codebase' \ + dl='cd ~/dl' \ + px='cd ~/pix' \ + src='cd ~/.local/src/' |