This commit is contained in:
scbj
2025-01-20 13:51:24 +01:00
parent d5b880915e
commit 93bf74a81c
3 changed files with 12 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ source ~/.bash_alias
script_path=${HOME}/dotfiles/misc/scripts/
source_list=()
source_list+=("${script_path}/navigate_bash_setup.sh")
source_list+=("${script_path}/fzf-bash-history")
source_list+=("${script_path}/colors.sh")
source_list+=("${script_path}/dunst.sh")
@@ -83,3 +84,7 @@ for script in ${source_list[@]}; do
source ${script}
fi
done
if [[ -t 0 && $- = *i* ]]; then
stty -ixon
fi