mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-06-01 031336b639ccd5d093ae26b5fcfda374b50b510b
commit | author | age
cd3ca3 1 # Prompt, no colours to differentiate it from zsh
JG 2 PS1="[\u@\h \W]\$ "
3 PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
4
031336 5 source ~/.commonshell
JG 6 [ -r /usr/share/doc/pkgfile/command-not-found.bash ] && source /usr/share/doc/pkgfile/command-not-found.bash
cd3ca3 7 [ -r /usr/share/bash-completion/bash_completion   ] && . /usr/share/bash-completion/bash_completion