]> git.sev.monster Git - dotfiles.git/blame - base/.zprofile
update scripts, vim plugins, fonts, firefox, tint2
[dotfiles.git] / base / .zprofile
CommitLineData
116467fd 1#XXX: ensure we override /etc/profile, gets loaded after .zshenv
dcac60d9 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.426729 seconds and 4 git commands to generate.