Reduce dependence on oh-my-zsh (#34)

This commit is contained in:
Patrick Stevens
2024-03-25 23:49:39 +00:00
committed by GitHub
parent 31e8d08da3
commit 5647f009fb

View File

@@ -21,3 +21,11 @@ prompt_custom() {
RPROMPT='%F{155}%~%f'
precmd_functions+=(prompt_custom)
export WORDCHARS=''
autoload edit-command-line
zle -N edit-command-line
bindkey '^X^E' edit-command-line
PATH="$PATH:$HOME/.cargo/bin"