Updated pam_environment and zshrc
This commit is contained in:
parent
7e432b12ec
commit
7f4f59c382
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
EDITOR=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
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qgnomeplatform
|
||||
|
|
2
zshrc
2
zshrc
|
@ -3,6 +3,8 @@
|
|||
#
|
||||
# User configuration sourced by interactive shells
|
||||
#
|
||||
typeset -U PATH
|
||||
export PATH
|
||||
|
||||
# Change default zim location
|
||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
|
|
Loading…
Reference in a new issue