user/zsh: disable execute
This commit is contained in:
parent
aa339560b3
commit
210addb2a7
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ let
|
|||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
'';
|
||||
disableExecute = ''
|
||||
bindkey -a -r ':'
|
||||
'';
|
||||
in {
|
||||
programs.command-not-found.enable = true;
|
||||
programs.zsh = {
|
||||
|
|
@ -144,6 +147,7 @@ in {
|
|||
direnv
|
||||
genAbbrs
|
||||
viExtraNav
|
||||
disableExecute
|
||||
];
|
||||
|
||||
plugins = builtins.map (e: pluginFromInput e) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue