remove bash

This commit is contained in:
frosty 2024-05-27 07:15:38 -04:00
parent aeeeff19c1
commit e51a20435d
2 changed files with 0 additions and 18 deletions

View file

@ -1,6 +0,0 @@
# shellcheck disable=SC1091
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
export HISTFILE="$XDG_STATE_HOME/bash/history"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"

View file

@ -1,12 +0,0 @@
PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f '
# shellcheck disable=SC1091
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliases" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliases"
if [ -d "${XDG_CONFIG_HOME:-$HOME/.config}/shell/functions" ]; then
for func in "${XDG_CONFIG_HOME:-$HOME/.config}"/shell/functions/*; do
# shellcheck disable=SC1090
. "$func"
done
unset func
fi