home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
eef9bca1584c30fd705349e970b5d76e5bf560e0
[khome.git]
/
home
/
.profile
1
. $HOME/lib/login_variables.private.sh # Personal data variables
2
3
unalias d # Defined by oh-my-zsh, but I want it for dict/fzf function.
4
5
for file in $HOME/lib/login_*.sh
6
do
7
. $file
8
done
9
10
umask 077
11
12
if test ! "$SSH_AGENT_PID"
13
then
14
eval "$(ssh-agent)"
15
fi
This page took
0.059415 seconds
and
3
git commands to generate.