Added pam_environment and profile
This commit is contained in:
parent
236293cf4a
commit
f614ed6de8
2 changed files with 14 additions and 0 deletions
6
.pam_environment
Normal file
6
.pam_environment
Normal file
|
@ -0,0 +1,6 @@
|
|||
EDITOR=vim
|
||||
VISUAL=vim
|
||||
#PATH DEFAULT=${PATH}:/home/@{PAM_USER}/bin
|
||||
#PATH DEFAULT=${PATH}:@{HOME}/bin
|
||||
#SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass
|
||||
#QT_QPA_PLATFORMTHEME=qgnomeplatform
|
8
.profile
Normal file
8
.profile
Normal file
|
@ -0,0 +1,8 @@
|
|||
#if [[ -f /etc/solus-release ]]; then
|
||||
# source /usr/share/defaults/etc/profile
|
||||
#fi
|
||||
|
||||
export EDITOR=vim
|
||||
export PATH=$PATH:$HOME/bin:$HOME/go/bin
|
||||
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
||||
|
Loading…
Reference in a new issue