2024-01-18 09:27:19 -05:00
|
|
|
set -o vi
|
2023-07-14 16:21:54 -04:00
|
|
|
export PROMPT='%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y) %F{cyan} %~
|
|
|
|
%F{white}%(!.>>.$>) '
|
2023-08-04 15:24:39 -04:00
|
|
|
|
2024-01-28 18:39:58 -05:00
|
|
|
# Alwoys use C-R for history search backward
|
|
|
|
bindkey '^R' history-incremental-search-backward
|
|
|
|
|
2023-08-04 15:24:39 -04:00
|
|
|
# Opam configurattion
|
|
|
|
[[ ! -r ~/.opam/opam-init/init.zsh ]] || source ~/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
|