From ece2f2574db6a999331cc62c0528f19ca537a3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 29 May 2019 16:27:25 +0200 Subject: [PATCH] Add bd alias --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 9ed2bf8..92fc48e 100644 --- a/zshrc +++ b/zshrc @@ -511,6 +511,9 @@ alias reset='echo -e "\e<"; reset; stty sane; setterm -reset; tput reset; clear; alias xclip-in='xclip -selection c -in' alias xclip-out='xclip -selection c -out' +# Standard bd usage +alias bd=". bd -si" + #---------------------------------- VIM pager -------------------------------- vim_pager() {