Added installer script

This commit is contained in:
2023-09-19 00:02:37 +05:30
parent bad43a250c
commit 45186b5796
6 changed files with 65 additions and 11 deletions
+7 -2
View File
@@ -42,8 +42,13 @@ then
fi
. /usr/share/fzf/shell/key-bindings.bash
. $HOME/Projects/Github/dotFiles/home/.local/Apps/daily-utils/hari-autocomplete.sh
if [[ -f /usr/share/fzf/shell/key-bindings.bash ]]; then
. /usr/share/fzf/shell/key-bindings.bash
fi
if [[ -f $HOME/.local/Apps/daily-utils/hari-autocomplete.sh ]]; then
. $HOME/.local/Apps/daily-utils/hari-autocomplete.sh
fi
#export PS1='\e[1;36;40m[\u@\h\e[1;33;40m \W]\e[0;37;40m\$ '
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '