diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-10 22:38:26 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-10 22:38:26 +0530 |
commit | 3959f3259d369f583ab9572a05ccf2c1b0454cce (patch) | |
tree | 3856cd07314ac0463e07eb8fe36154f4ea9bf1f2 /.config/shell/shortcutrc | |
parent | fe6e0d8dbd944b2bbae08f5e1b2318ec333ae14a (diff) |
.config: adding aliasrc and shortcutrc
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/' |