Add packages for hyprland

This commit is contained in:
2024-12-31 08:39:05 -06:00
parent c1fb781f6e
commit dd6ec627d1
3 changed files with 35 additions and 0 deletions

View File

@ -3,6 +3,10 @@ if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
# History control
shopt -s histappend
HISTCONTROL=ignoreboth