]> git.sev.monster Git - dotfiles.git/blame - base/.zprofile
move to promptinit, cleanup zshrc, add up alias
[dotfiles.git] / base / .zprofile
CommitLineData
dcac60d9 1#XXX: $PATH gets unset on alpine???
2source ~/.zshenv
3
4t="/tmp/home-$LOGNAME"
5h="$HOME/tmp"
6if [[ ! -e "$t" ]] {
7 mkdir -m 700 "$t" > /dev/null 2>&1
8}
9#allow opaque entries to override
10if [[ ! -e "$h" ]] {
11 ln -sf "$t" "$h" > /dev/null 2>&1
12}
This page took 0.065221 seconds and 4 git commands to generate.