From 8d8087937147247a85e6b00044921f1e20b4b60c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 8 Aug 2014 18:07:58 +0200 Subject: zprofile: add PREFIX, HOSTNAME and FQDN --- zsh/.zprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh/.zprofile') 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)" -- cgit v1.2.3-54-g00ecf