mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-11 09:28:39 +00:00
Reduce dependence on oh-my-zsh (#34)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user