From 3959f3259d369f583ab9572a05ccf2c1b0454cce Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 10 Jun 2023 22:38:26 +0530 Subject: .config: adding aliasrc and shortcutrc --- .config/shell/shortcutrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/shell/shortcutrc (limited to '.config/shell/shortcutrc') 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/' -- cgit v1.2.3