dotfiles

My configuration files.
Log | Files | Refs | README

commit a38bc2726e34dbedf21c2c3acbb93e0d5885a058
parent e3dd4335fc5d4fe84093812ab991e8a2ef5562b8
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 10 Jan 2022 10:03:41 +0100

Remove bm completion for now

Diffstat:
Mbash/.bashrc | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -19,6 +19,3 @@ alias cgd="git -C ~/.dotfiles diff" alias cgc="git -C ~/.dotfiles commit" alias cgp="git -C ~/.dotfiles push" alias cs="stow -d ~/.dotfiles" - -wordlist="$(bm -h | sed -n '/\t/p' | awk '{print $1}' | sort | tr '\n' ' ')" -complete -W "$wordlist" bm