ansible/roles/quality_of_life/files/mkshrc

11 lines
258 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#PS1="$(echo -e "\033[36m$PWD\033[00m") "
#PS1=$PWD
bind '^L=clear-screen'
bind -m ^U='^[0^K'
# PS1="${USER}@${HOSTNAME}:\${PWD/} "
PS1=$'\n\e[34m${USER}@${HOSTNAME}\e[36m:\${PWD/}\e[00m\n '
alias vi=nvim
alias vim=nvim
alias ls="ls --color"