about summary refs log tree commit diff stats
path: root/profile/infopath.sh
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 17:04:46 -0500
committerCase Duckworth2022-04-13 17:04:46 -0500
commit6f30ac188d687522f56b41ebafe7e49c322af038 (patch)
tree9e2253e0883cad1a8b12ce340a19e3b4abf9b0e9 /profile/infopath.sh
parentCheck for existence of dircolors (diff)
downloadetc-6f30ac188d687522f56b41ebafe7e49c322af038.tar.gz
etc-6f30ac188d687522f56b41ebafe7e49c322af038.zip
Add path_add_unsafe and change path munging
Diffstat (limited to 'profile/infopath.sh')
-rw-r--r--profile/infopath.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/profile/infopath.sh b/profile/infopath.sh index ad1ec3f..80080b8 100644 --- a/profile/infopath.sh +++ b/profile/infopath.sh
@@ -1 +1,7 @@
1export INFOPATH="/usr/share/info:${XDG_DATA_HOME:-$HOME/.local/share}/info" 1# See 00_functions.sh for `path_add_unsafe'.
2
3path_add_unsafe INFOPATH \
4 /usr/share/info \
5 "${XDG_DATA_HOME:-$HOME/.local/share}/info"
6
7export INFOPATH