diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/shortcutrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shortcutrc b/.config/shortcutrc new file mode 100644 index 0000000..fc7d7c4 --- /dev/null +++ b/.config/shortcutrc @@ -0,0 +1,3 @@ +# vim: filetype=sh +alias pp="cd ~/Pictures && ls -a" \ +vv="cd ~/Videos && ls -a" \ |