fix: removed .profile madness
This commit is contained in:
parent
1ea7c2ab0d
commit
f85afea0e4
3 changed files with 12 additions and 12 deletions
8
.profile
8
.profile
|
@ -1,14 +1,6 @@
|
|||
export VIMINIT='source ~/.config/vim/vimrc'
|
||||
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||
|
||||
PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
||||
|
||||
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
|
||||
|
||||
if [ -x "$(command -v gpgconf)" ]; then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue