diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-05 10:40:31 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-05 10:40:31 +0200 |
commit | b2e26b65e40fdab204d1207ecc2cfc17637ee653 (patch) | |
tree | 4cb1a7990a5bb05d24b1b0b67edbe15059db4a09 /.config/shortcutrc | |
parent | 069be1d0e13739ab9badee36b8d573dfc91fa88e (diff) |
x config files added and shortcuts
Diffstat (limited to '.config/shortcutrc')
-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" \ |