Compare commits
2 commits
0437f0f5ee
...
daf79cc788
| Author | SHA1 | Date | |
|---|---|---|---|
| daf79cc788 | |||
| b03602e2a2 |
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
elisa
|
||||
gwenview
|
||||
kate
|
||||
khelpcenter
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue