diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 52a6947..efe4009 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -12,6 +12,8 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/authority export ABSROOT="$HOME"/build/abs +export PREFIX="$HOME"/.local + export EDITOR=vim export VISUAL=vim export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' @@ -33,6 +35,9 @@ export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' +export HOSTNAME=$(hostname -s) +export FQDN=$(hostname -f) + # LS_COLORS is now required for `ls` to use colour eval "$(dircolors -b ~/.config/dircolors)" |