Edit path
This commit is contained in:
parent
3cfba1827a
commit
2e4486043a
|
@ -7,7 +7,7 @@
|
||||||
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
|
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
|
||||||
|
|
||||||
# Add local folders to PATH
|
# Add local folders to PATH
|
||||||
PATH="$PATH:$HOME/.local/bin"
|
PATH="$PATH:$HOME/.local/bin:$HOME/.local/scripts/public:$HOME/.local/scripts/private"
|
||||||
|
|
||||||
# Old habits die hard
|
# Old habits die hard
|
||||||
alias screenfetch="neofetch"
|
alias screenfetch="neofetch"
|
||||||
|
|
Loading…
Reference in New Issue