mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
12 lines
238 B
Bash
12 lines
238 B
Bash
#!/bin/sh
|
|
map gD cd ~/Documents
|
|
map gc cd ~/.config
|
|
map gd cd ~/Downloads
|
|
map gl cd ~/.local
|
|
map gn cd ~/Nextcloud
|
|
map gp cd ~/Pictures
|
|
map gr cd ~/repos
|
|
map gu cd ~/vimwiki/university/2nd-semester/
|
|
map gv cd ~/Videos
|
|
map gw cd ~/vimwiki
|