Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile.d/toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[ "${BASH_VERSION:-}" != "" ] || [ "${ZSH_VERSION:-}" != "" ] || return 0
[ "$PS1" != "" ] || return 0

toolbox_config="$HOME/.config/toolbox"
[ -z "$XDG_CONFIG_HOME" ] && toolbox_config="$HOME/.config/toolbox" || toolbox_config="$XDG_CONFIG_HOME/toolbox"
Comment thread
ymcx marked this conversation as resolved.
Outdated
host_welcome_stub="$toolbox_config/host-welcome-shown"
toolbox_welcome_stub="$toolbox_config/toolbox-welcome-shown"

Expand Down