commit 33fb8eb80309413226ba9a70aee549aaeee984db parent 74236c8bac4d9d2b39905091c38c2e6de19d3b11 Author: erai <erai@omiltem.net> Date: Fri, 22 Mar 2024 13:31:11 -0400 Add bashrc Diffstat:
A | .bashrc | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -0,0 +1,8 @@ +# ~/.bashrc +set -o vi +export EDITOR=vim +export VISUAL=vim +export TZ=America/New_York +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='\033[0m; \u@\H:\w$(__git_ps1) \D{%s} status $?\n\$'