update hyprland config

This commit is contained in:
Alexander Navarro 2025-07-30 18:49:39 -04:00
parent 5a1d24ae0d
commit 19cbbb9fa8
17 changed files with 432 additions and 64 deletions

View file

@ -40,3 +40,5 @@ update_path "$HOME/.cargo/bin/"
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
. "$HOME/.local/share/../bin/env"

View file

@ -2,12 +2,7 @@
# │ Auto drop into fish only on login │
# ╰──────────────────────────────────────────────────────────╯
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} && ${SHLVL} == 1 ]]; then
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
exec fish $LOGIN_OPTION
fi
. "$HOME/.atuin/bin/env"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
eval "$(atuin init bash)"
# if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} && ${SHLVL} == 1 ]]; then
# shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
# exec fish $LOGIN_OPTION
# fi