update: hypr&neovim improvements, yazi plugins, waybar tweaking before bigger update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# includes
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
@@ -6,10 +7,9 @@ if [ -f "$HOME/.bash_exports" ]; then
|
||||
. "$HOME/.bash_exports"
|
||||
fi
|
||||
|
||||
# if ! shopt -oq posix; then
|
||||
# if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||
# . /usr/share/bash-completion/bash_completion
|
||||
# elif [ -f /etc/bash_completion ]; then
|
||||
# . /etc/bash_completion
|
||||
# fi
|
||||
# fi
|
||||
# bash decorations
|
||||
# arch-linux default:
|
||||
# PS1='[\u@\h \W]\$ '
|
||||
# servers:
|
||||
# PS1='|\u@\h \W|\$ '
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
Reference in New Issue
Block a user