From 556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Oct 2025 11:51:37 +0530 Subject: Add ~ substitution for cd paths --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.toml') 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 %" -- cgit v1.3.1