From 53a66d29daa48118ee7446bd081abd1436a04824 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 11 Jun 2022 10:36:56 +0000 Subject: sietima in path --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 9d780ab..3cab219 100644 --- a/.bashrc +++ b/.bashrc @@ -54,6 +54,11 @@ function xreset() { . ~/src/git-prompt/git-prompt.sh +export PATH="$PATH:/usr/local/sietima/bin" +for b in /usr/local/sietima/bin/*.bashcomp; do + . "$b" +done + #export PS1="\ #\[\033[1;37m\]\u@\h\ #\[\033[0;37m\]:\w\n\ -- cgit v1.2.3