diff options
| author | Seth Flynn <[email protected]> | 2021-11-23 02:01:32 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-23 02:41:50 -0500 |
| commit | 5c67181386c648ab3996e16616d09556ebe78e0f (patch) | |
| tree | ab8d0256eaa01f971119f1f2c2fb98d1079fbb22 /bash | |
| parent | 30bde38cd3188cbb0bba1768e587b487c76a612a (diff) | |
update configs (again)
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 25 | ||||
| -rw-r--r-- | bash/.profile | 5 |
2 files changed, 0 insertions, 30 deletions
diff --git a/bash/.bashrc b/bash/.bashrc deleted file mode 100644 index cc17a89..0000000 --- a/bash/.bashrc +++ /dev/null @@ -1,25 +0,0 @@ -# -# g3tchoo's bashrc -# - -# set prompt -export PS1='\[\e[0;93m\][\[\e[0;96m\]\u\[\e[0;95m\]@\[\e[0;96m\]\h \[\e[0;92m\]\w\[\e[0;93m\]]\[\e[0;90m\]$\[\e[0m\] ' - -# options -shopt -s autocd -shopt -s dotglob -shopt -s histappend -set -o emacs - -# defaults -export EDITOR='nvim' -export VISUAL='nvim' -export TERM=xterm-256color - -# alias -alias vim='nvim' -alias ls='exa' - -# Use bash-completion, if available -[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ - . /usr/share/bash-completion/bash_completion diff --git a/bash/.profile b/bash/.profile deleted file mode 100644 index 3e79369..0000000 --- a/bash/.profile +++ /dev/null @@ -1,5 +0,0 @@ -# add user's bin directory to path -if [ -d "$HOME/.local/bin" ] -then - export PATH=$HOME/.local/bin:$PATH -fi |
