summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 29b4fc3..d4d2007 100644
--- a/.zshrc
+++ b/.zshrc
@@ -307,4 +307,13 @@ alias cdg="cd ~/Programming/GitHub-repos/"
alias cdl="cd ~/Programming/GitLab-repos/"
alias cds="cd ~/Programming/source/"
+# ------------------------------------------------------------------------------
+# Binds and alias-like functions
+# ------------------------------------------------------------------------------
+
+bgr () {
+ nohup $@ 2>&1 &
+ disown
+}
+
bindkey '^H' backward-kill-word