mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Updates logging paths, to all write to 'logs' directory in the tmp directory.
This commit is contained in:
2
env/.local/scripts/hypr/utils-launcher
vendored
2
env/.local/scripts/hypr/utils-launcher
vendored
@@ -8,7 +8,7 @@ FZF_DEFAULT_OPTS=${FZF_DEFAULT_OPTS:-""}
|
||||
THIS_FILE=${BASH_SOURCE[0]}
|
||||
LOG_LABEL=$(basename $THIS_FILE)
|
||||
THIS=${THIS:-$LOG_LABEL}
|
||||
LOG_FILE=${LOG_FILE:-/tmp/$LOG_LABEL.log}
|
||||
LOG_FILE=${LOG_FILE:-$LOG_LABEL.log}
|
||||
SCRIPTS=${SCRIPTS:-$HOME/.local/scripts}
|
||||
XDG_CONFIG_HOME=${XDG_CONFIG_HOME}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user