update: hypr&neovim improvements, yazi plugins, waybar tweaking before bigger update

This commit is contained in:
2026-04-25 09:48:48 +03:00
parent 1930ed092f
commit 6cbd52f0db
71 changed files with 1470 additions and 223 deletions

View File

@@ -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]\$ '