From 68e945802dbfd02b46d6be4e1e05b8fc685df422 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 19 Sep 2023 13:09:09 +0200 Subject: [PATCH] bash: add distrobox alias --- dots/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.bashrc b/dots/.bashrc index dbcafcc..09bce0f 100644 --- a/dots/.bashrc +++ b/dots/.bashrc @@ -1,13 +1,13 @@ shopt -s cdspell checkjobs extglob globstar histappend nocaseglob HISTCONTROL=erasedups:ignorespace +alias db=distrobox alias mkdir='mkdir -p' alias rg='rg -S' bind '"\C-o": "\C-a\C-k fg; if [[ $? == 1 ]]; then nvim; fi\n"' bind '"\e\C-m": "\C-e | nvim\C-m"' - __prompt() { local status="$?" local row