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

Joel Grunbaum
2020-06-20 e3a754e0e90618cc05fadc79e1fb0f9a08f40e7b
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