]> git.sev.monster Git - dotfiles.git/blame - base/.zprofile
move vim tmp to var/tmp/vim, softlink tmp to /tmp
[dotfiles.git] / base / .zprofile
CommitLineData
84251d17 1case "`uname`" in *BSD*)
2 mkdir -m 700 "/tmp/home-$LOGNAME"
3 unlink "$HOME/tmp"
4 ln -sFh "/tmp/home-$LOGNAME" "$HOME/tmp";;
5esac
This page took 0.02859 seconds and 4 git commands to generate.