Updated pam_environment and zshrc

This commit is contained in:
Eric Renfro 2018-06-02 17:49:12 -04:00
parent 7e432b12ec
commit 7f4f59c382
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
EDITOR=vim EDITOR=vim
VISUAL=vim VISUAL=vim
PATH=DEFAULT=${PATH}:/home/@{PAM_USER}/bin #PATH DEFAULT=${PATH}:/home/@{PAM_USER}/bin
#PATH DEFAULT=${PATH}:@{HOME}/bin
SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass
QT_QPA_PLATFORMTHEME=qgnomeplatform QT_QPA_PLATFORMTHEME=qgnomeplatform

2
zshrc
View file

@ -3,6 +3,8 @@
# #
# User configuration sourced by interactive shells # User configuration sourced by interactive shells
# #
typeset -U PATH
export PATH
# Change default zim location # Change default zim location
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim