Compare commits
No commits in common. "a38110ee5557d78db3eb34e678c42a690f9b8178" and "bd18abd3e8d4c1d9a5af203f9b6a39adf59240e0" have entirely different histories.
a38110ee55
...
bd18abd3e8
|
@ -41,7 +41,7 @@ in {
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-visual-multi
|
vim-multiple-cursors
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
@ -19,15 +19,6 @@ in {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
autosuggestion.enable = true;
|
|
||||||
|
|
||||||
history = {
|
|
||||||
append = true;
|
|
||||||
expireDuplicatesFirst = true;
|
|
||||||
ignoreAllDups = true;
|
|
||||||
ignoreSpace = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
initExtra = import ./zshrc.nix {inherit config lib pkgs;};
|
initExtra = import ./zshrc.nix {inherit config lib pkgs;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -87,8 +87,8 @@
|
||||||
alias nixoide="nix repl '<nixpkgs>'"
|
alias nixoide="nix repl '<nixpkgs>'"
|
||||||
alias vps="ssh -A vps"
|
alias vps="ssh -A vps"
|
||||||
bindkey -e
|
bindkey -e
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey ";5D" backward-word
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey ";5C" forward-word
|
||||||
bindkey "\e[3~" delete-char
|
bindkey "\e[3~" delete-char
|
||||||
|
|
||||||
function use() {
|
function use() {
|
||||||
|
|
Loading…
Reference in a new issue