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

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