Compare commits

..

2 commits

Author SHA1 Message Date
daf79cc788 auto expand !! on zsh 2026-04-01 10:34:05 -03:00
b03602e2a2 remove khelpcenter from kde 2026-04-01 10:33:40 -03:00
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@
unsetopt beep
${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin
# Expand !! and !$ on space (Fish-style)
bindkey ' ' magic-space
setopt HIST_VERIFY
# Fish-style Ctrl+Backspace: delete one path segment at a time
function backward-kill-path-component() {
if [[ "$LBUFFER" == */ ]]; then

View file

@ -43,6 +43,7 @@
elisa
gwenview
kate
khelpcenter
];
};
programs = {