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