Compare commits
No commits in common. "daf79cc7882db6c409903d0efc65b2a33878a93b" and "0437f0f5ee94cf4b77ff7e6db3eeba1f6a25c03a" have entirely different histories.
daf79cc788
...
0437f0f5ee
2 changed files with 0 additions and 5 deletions
|
|
@ -30,10 +30,6 @@
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin
|
${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
|
# Fish-style Ctrl+Backspace: delete one path segment at a time
|
||||||
function backward-kill-path-component() {
|
function backward-kill-path-component() {
|
||||||
if [[ "$LBUFFER" == */ ]]; then
|
if [[ "$LBUFFER" == */ ]]; then
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@
|
||||||
elisa
|
elisa
|
||||||
gwenview
|
gwenview
|
||||||
kate
|
kate
|
||||||
khelpcenter
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue