diff options
author | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
---|---|---|
committer | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
commit | 4684d80b6271dd775cd23dabf2b91d6ce56fa33a (patch) | |
tree | ddb6c6219e213132b8500e016b1ce238aa71029d /config/zsh/exports.zsh | |
parent | f733ca7c8041866df27752c8e0c2610e0ecef6a7 (diff) | |
download | cfg-4684d80b6271dd775cd23dabf2b91d6ce56fa33a.tar.gz |
first significant commit
see README.md for information
Diffstat (limited to 'config/zsh/exports.zsh')
-rw-r--r-- | config/zsh/exports.zsh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/zsh/exports.zsh b/config/zsh/exports.zsh new file mode 100644 index 0000000..48ec72b --- /dev/null +++ b/config/zsh/exports.zsh @@ -0,0 +1,7 @@ +. $XDG_CONFIG_HOME/shrc +# exports for convenience +export GITHUB="https://github.com" +# make pfetch show what i want +export PF_INFO="ascii title os host shell editor wm pkgs uptime palette" +# fix manpath so local man pages work +export MANPATH="/usr/share/man:/usr/X11R6/man:/usr/local/man:$XDG_DATA_HOME/man" |