add starship to bashrc
This commit is contained in:
parent
513641a1c6
commit
4eb03117cb
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ alias rmdir='rmdir -v'
|
|||
|
||||
PATH="$PATH:/home/sencyy/.local/bin"
|
||||
PS1='[\u@\h \W]\$ '
|
||||
eval -- "$(/sbin/starship init bash --print-full-init)"
|
||||
|
||||
# Cowsay fortune lolcat
|
||||
fortune | cowsay | lolcat
|
||||
|
|
Loading…
Reference in a new issue