dashboard
repositories
filestore
activity
search
login
main
/
Dotfiles
mirror of
https://github.com/Chizi123/Dotfiles.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added autosuggestions if installed
Joel Grunbaum
2020-10-23
eda2a237b876b3214bd73c6c956cf534a576c0c7
[Dotfiles.git]
/
bash
/
.bashrc
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 ~/.commonshell
[ -r /usr/share/doc/pkgfile/command-not-found.bash ] && source /usr/share/doc/pkgfile/command-not-found.bash
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion