Compare commits
No commits in common. "559012b3fe78049ab72c2561b2fcd357c0d78489" and "ab0ce2f188da1f888cdd936dff49269f4e0910f9" have entirely different histories.
559012b3fe
...
ab0ce2f188
@ -48,7 +48,4 @@ export SQLITE_HISTORY="${XDG_CACHE_HOME}/sqlite_history"
|
|||||||
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
||||||
|
|
||||||
# XAuthority
|
# XAuthority
|
||||||
export XAUTHORITY="${XDG_RUNTIME_DIR}/Xauthority"
|
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||||
|
|
||||||
# Minetest
|
|
||||||
export MINETEST_USER_PATH="${XDG_DATA_HOME}/minetest"
|
|
||||||
|
2
init.zsh
2
init.zsh
@ -16,7 +16,7 @@ function cmd_exists {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# User configuration file
|
# User configuration file
|
||||||
[[ -v ZSH_USER_DIR ]] || ZSH_USER_DIR="${HOME}/.config/zsh"
|
[[ -v ZSH_USER_DIR ]] || ZSH_USER_DIR="${HOME}/.zsh.d"
|
||||||
# source_user_file <name>
|
# source_user_file <name>
|
||||||
function source_user_file {
|
function source_user_file {
|
||||||
[ -e "${ZSH_USER_DIR}/${1}" ] && source "${ZSH_USER_DIR}/${1}"
|
[ -e "${ZSH_USER_DIR}/${1}" ] && source "${ZSH_USER_DIR}/${1}"
|
||||||
|
Loading…
Reference in New Issue
Block a user