diff options
Diffstat (limited to 'config/zsh')
| -rwxr-xr-x | config/zsh/zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 408419a..8b4921f 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -29,6 +29,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export IPYTHONDIR="$XDG_CONFIG_HOME/ipython" export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter" +export SCREENRC="$XDG_CONFIG_HOME/screen/screenrc" # data export GNUPGHOME="$XDG_DATA_HOME/gnupg" export GOPATH="$XDG_DATA_HOME/go" @@ -60,4 +61,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -[ "$(tty)" = '/dev/tty1' ] && { startx ; poweroff ; } +[ "$(tty)" = '/dev/tty1' ] && { startx "$XDG_CONFIG_HOME/x11/xinitrc"; poweroff ; } |
