diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
| commit | 556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (patch) | |
| tree | b80400bfbaf70cc40abca895ffee9f4de90adec9 /config.toml | |
| parent | c999d5703d22a7b73394b50029ceede4ef06f09c (diff) | |
| download | daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.tar.gz daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.zip | |
Add ~ substitution for cd paths
Diffstat (limited to '')
| -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 %" |
