diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-10 09:56:03 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-10 09:56:03 -0500 |
| commit | 8d416aa3cc6a562cb4d676eafb92d52b1ef3d334 (patch) | |
| tree | 05db378117b6b67d3350b56b8702d6faac1fa545 /scripts/dot-local/bin/shortcuts | |
| parent | ab7303e1d893f33e09dbc8493f9a9179a7a40a4a (diff) | |
updates
Diffstat (limited to 'scripts/dot-local/bin/shortcuts')
| -rwxr-xr-x | scripts/dot-local/bin/shortcuts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dot-local/bin/shortcuts b/scripts/dot-local/bin/shortcuts index d5644c0..e2d59f6 100755 --- a/scripts/dot-local/bin/shortcuts +++ b/scripts/dot-local/bin/shortcuts @@ -7,8 +7,8 @@ bmfiles="$confdir/bm-files" # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="$confdir/shortcutrc" -shell_env_shortcuts="/dev/null" -zsh_named_dirs="/dev/null" +shell_env_shortcuts="$confdir/shortcutenvrc" +zsh_named_dirs="$confdir/zshnameddirs" lf_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/lf/shortcutrc" vim_shortcuts="/dev/null" qute_shortcuts="/dev/null" |
