summaryrefslogtreecommitdiff
path: root/func.zsh
blob: a145758d602d1477c812cf54a60932bd4e2c5878 (plain)
1
2
3
4
5
6
7
8
rh() {
  rm -f ~/.zsh_history
  exec zsh
}

bz() {
  setsid "$@" &> /dev/null < /dev/null
}