diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 5e4f11e..cdd7d94 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ [keymap] -gdl = "cd /home/imsohexy/Downloads" -gdc = "cd /home/imsohexy/Documents" -gp = "cd /home/imsohexy/Pictures" -gsc = "cd /home/imsohexy/Pictures/screenshots" +gdl = "cd ~/Downloads" +gdc = "cd ~/Documents" +gp = "cd ~/Pictures" +gsc = "cd ~/Pictures/screenshots" dd = "!rm -rfi %f" pi = "!!clear; chafa -f kitty %" |
