Move local logs to .local/log
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
88927bbf39
commit
08dd4d1464
4 changed files with 4 additions and 4 deletions
|
@ -45,6 +45,7 @@ export XDG_CONFIG_HOME="${HOME}/.config"
|
|||
export XDG_CACHE_HOME="${HOME}/.cache"
|
||||
export XDG_DATA_HOME="${HOME}/.local/share"
|
||||
export XDG_BIN_HOME="${HOME}/.local/bin"
|
||||
export XDG_LOG_HOME="${HOME}/.local/log"
|
||||
|
||||
# Sourcing environment variables
|
||||
if [ -f "${XDG_CONFIG_HOME}/custom/env" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue