commit 3f4547e3e9216926c86c8ebd137f9d27343fc2a1 parent 0dfdee109dc2d498843979b4912944b4b51f8212 Author: hhvn <dev@hhvn.uk> Date: Sat, 1 May 2021 22:42:30 +0100 .profile: set IPFS_PATH Diffstat:
T | .profile | | | 0 | |
D | .zprofile | | | 36 | ------------------------------------ |
2 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/.profile b/.profile diff --git a/.zprofile b/.zprofile @@ -1,36 +0,0 @@ -#!/bin/ksh - -export ENV="$HOME/.config/ksh/kshrc" -export EDITOR="nvim" -export PAGER="less" -export TERMINAL="st" -export BROWSER="vimb" -export work="$HOME/work" -export WORK="$HOME/work" -export SUDO_ASKPASS="$HOME/.scripts/bin/dmenu/daskpass" -export PASS="$HOME/.local/pass" -export SHELL="/usr/bin/zsh" -export ZDOTDIR="$HOME/.config/zsh" -export CURLHOME="$HOME/.config/curl/" -export CC="tcc" -[ "$hostname" != "" ] && { - echo > /dev/null -} || [ "$HOSTNAME" != "" ] && { - export hostname="$HOSTNAME" -} || [ "$(command -v hostname)" != "" ] && { - export hostname=$(hostname) -} || { - echo "No built in way to get a hostname..." -}; - -#XDG -export XDG_CONFIG_HOME=$HOME/.config -export XDG_CACHE_HOME=$HOME/.cache -export XDG_DATA_DIRS=/usr/local/share:/usr/share:$HOME/.local/share -export XAUTHORITY=$HOME/.local/.xauth -export LESSHISTFILE=- -export GNUPGHOME=$HOME/.local/gnupg - -cd $HOME # welcome home (st inherits / from hildon) - -[ "$(basename $SHELL)" != "ksh" ] && export SHELL=/bin/ksh && ksh