home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pull mimeapps.list from citadel
[khome.git]
/
home
/
.profile
1
. $HOME/lib/login_variables.private.sh # Personal data variables
2
3
unalias d 2> /dev/null || true # 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
16
17
status
This page took
0.065483 seconds
and
4
git commands to generate.