diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-23 15:03:10 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-23 15:03:10 -0500 |
| commit | 36a274dbc066068ff25b839e21ce3b82ec292c88 (patch) | |
| tree | 7e3de8bafab79cfa86c93f467413b8f43273a8a5 /scripts/dot-local/bin/shortcuts | |
| parent | b29aab34dff6b76fd8eb067d51d2fe41be594616 (diff) | |
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 e2d59f6..cfeb53f 100755 --- a/scripts/dot-local/bin/shortcuts +++ b/scripts/dot-local/bin/shortcuts @@ -8,8 +8,8 @@ bmfiles="$confdir/bm-files" # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="$confdir/shortcutrc" shell_env_shortcuts="$confdir/shortcutenvrc" -zsh_named_dirs="$confdir/zshnameddirs" -lf_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/lf/shortcutrc" +zsh_named_dirs="/dev/null" +lf_shortcuts="/dev/null" vim_shortcuts="/dev/null" qute_shortcuts="/dev/null" fish_shortcuts="/dev/null" |
