dotfiles

Config files from my daily system
Index Commits Files Refs README
commit 79b8324d45aa0e77bff9e754605f148dde9dbec6
parent c027d7693be13272b9cefaef7c3f4b1759046f46
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Thu, 22 Apr 2021 21:05:50 -0300

Merge branch 'master' of github.com:klewer-martin/dotfiles
Merge neccesary

Diffstat:
M.bashrc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -10,7 +10,10 @@ alias ls='ls --color=auto'
 alias la='ls -la'
 alias ll='ls -l'
 alias cl='clear'
+alias vim--='vim'
+alias vim='nvim'
 
-PS1='[\u@\h \W]\$ '
+# PS1='[\u@\h \W]\$ '
+export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
 
 PATH="$PATH:/home/mk/scripts"