Update .config/shell/profile

This commit is contained in:
Brian Zalewski 2022-11-30 09:53:46 +00:00
parent e3f6f60581
commit 01fe4b619a

View file

@ -110,9 +110,9 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
fi fi
### fzf-git ### fzf-git
if [ -f "$HOME/.local/scripts/fzf-git.bash" ]; then #if [ -f "$HOME/.local/scripts/fzf-git.bash" ]; then
. "$HOME/.local/scripts/fzf-git.bash" # . "$HOME/.local/scripts/fzf-git.bash"
fi #fi
### MOTD ### MOTD
if [ -f "$XDG_CONFIG_HOME/shell/motd" ]; then if [ -f "$XDG_CONFIG_HOME/shell/motd" ]; then
@ -131,9 +131,9 @@ if [ -f "$HOME/.local/scripts/docker-functions.bash" ]; then
fi fi
### fzf-tmux ### fzf-tmux
if [ -f "$HOME/.local/scripts/fzf-tmux.bash" ]; then #if [ -f "$HOME/.local/scripts/fzf-tmux.bash" ]; then
. "$HOME/.local/scripts/fzf-tmux.bash" # . "$HOME/.local/scripts/fzf-tmux.bash"
fi #fi
### SDKMan ### SDKMan
if command -v brew > /dev/null && command -v sdkman-cli > /dev/null; then if command -v brew > /dev/null && command -v sdkman-cli > /dev/null; then