summaryrefslogtreecommitdiff
path: root/func.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'func.zsh')
-rw-r--r--func.zsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/func.zsh b/func.zsh
deleted file mode 100644
index a145758..0000000
--- a/func.zsh
+++ /dev/null
@@ -1,8 +0,0 @@
-rh() {
- rm -f ~/.zsh_history
- exec zsh
-}
-
-bz() {
- setsid "$@" &> /dev/null < /dev/null
-}