made nvim editor and made nix shells more usable
This commit is contained in:
2
.nixos
2
.nixos
Submodule .nixos updated: cba857e830...fea8fde271
6
.zshrc
6
.zshrc
@@ -8,6 +8,12 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=
|
|||||||
# init oh my posh with theme from stow
|
# init oh my posh with theme from stow
|
||||||
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"
|
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"
|
||||||
|
|
||||||
|
# make nix shell zsh instead of bash
|
||||||
|
any-nix-shell zsh --info-right | source /dev/stdin
|
||||||
|
|
||||||
|
# make nvim main editor
|
||||||
|
export EDITOR=nvim
|
||||||
|
|
||||||
# Fzf history search
|
# Fzf history search
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user