dotfiles/zshrc
2021-03-31 16:07:43 -04:00

11 lines
200 B
Bash

bindkey -e
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
%F{cyan}$ %F{white}"
RPROMPT=
alias ls="ls --color=auto"
alias vi=vim