zsh - deptno/deptno.github.io GitHub Wiki
zsh
shell-script
string
if [ "A" = "" ](/deptno/deptno.github.io/wiki/-"A"-=-""-); [then](/deptno/deptno.github.io/wiki/then)
fi
if [ "A" != "" ](/deptno/deptno.github.io/wiki/-"A"-!=-""-); then
fi
if [ -z "$TMUX" ](/deptno/deptno.github.io/wiki/--z-"$TMUX"-); then
fi
- n : non-zero length
- z : length
plugins
alias
git
- gpristine - git-clean git-reset μ‘°ν©μΌλ‘ μ²λ¦¬νλ κ²μ νλ²μ μ 리νλ€. git-clone μ μνμ λμΌνκ² λλ¦°λ€.
link