added zsh search and updated some stuff
This commit is contained in:
Submodule .config/nvim updated: 3a71912e22...7eae05c8e2
3
.zshrc
3
.zshrc
@@ -8,6 +8,9 @@ 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)"
|
||||||
|
|
||||||
|
# Fzf history search
|
||||||
|
source <(fzf --zsh)
|
||||||
|
|
||||||
# custom aliases
|
# custom aliases
|
||||||
alias ls="lsd -l"
|
alias ls="lsd -l"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
|
|||||||
Reference in New Issue
Block a user