initial commit with most component ready.
This commit is contained in:
11
.zprofile
Normal file
11
.zprofile
Normal file
@@ -0,0 +1,11 @@
|
||||
# init at each startup
|
||||
mkdir -p /tmp/$USER
|
||||
#ln -sf /tmp/$UID $HOME/.tmp
|
||||
[[ ! -L $HOME/.tmp ]] && rm -f $HOME/.tmp && ln -s /tmp/$USER $HOME/.tmp
|
||||
|
||||
# avoid dumplicate env appending.
|
||||
[[ -f /run/user/$UID/.zshlogon ]] && return
|
||||
touch /run/user/$UID/.zshlogon
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export EDITOR=nano
|
||||
Reference in New Issue
Block a user