diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c4d96df..8bde703 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -32,3 +32,5 @@ alias pp="doas poweroff" alias ss="doas systemctl suspend" alias hl="hledger" + +zoxide init fish | source diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 0d9bc31..619a975 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -3,7 +3,7 @@ prepend_keymap = [ # gvfs plugin { on = [ "M", "m" ], run = "plugin gvfs -- select-then-mount", desc = "Select device then mount" }, # or this if you want to jump to mountpoint after mounted - { on = [ "M", "m" ], run = "plugin gvfs -- select-then-mount --jump", desc = "Select device to mount and jump to its mount point" }, + { on = [ "M", "M" ], run = "plugin gvfs -- select-then-mount --jump", desc = "Select device to mount and jump to its mount point" }, # This will remount device under cwd (e.g. cwd = /run/user/1000/gvfs/DEVICE_1/FOLDER_A, device mountpoint = /run/user/1000/gvfs/DEVICE_1) { on = [ "M", "R" ], run = "plugin gvfs -- remount-current-cwd-device", desc = "Remount device under cwd" }, { on = [ "M", "u" ], run = "plugin gvfs -- select-then-unmount", desc = "Select device then unmount" }, diff --git a/.gitignore b/.gitignore index 2387799..71f6903 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ bin/daily_backup.sh.orig .config/picom.conf .config/qtile .config/qtile +.bash_history