2021-05-31 21:47:13 -04:00
|
|
|
autoload -Uz compinit promptinit
|
|
|
|
compinit
|
2021-06-21 16:45:13 -04:00
|
|
|
promptinit
|
2021-05-31 21:47:13 -04:00
|
|
|
|
2021-06-21 16:45:13 -04:00
|
|
|
prompt redhat
|
2021-05-31 21:47:13 -04:00
|
|
|
alias ls='ls --color=auto'
|
2021-06-21 16:45:13 -04:00
|
|
|
alias nvid='neovide --multiGrid'
|
2021-05-31 21:47:13 -04:00
|
|
|
|
|
|
|
PATH=$PATH:~/.local/bin/
|
|
|
|
|
|
|
|
bindkey -v
|
2021-06-21 16:45:13 -04:00
|
|
|
|
|
|
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|