bashrc reorganization

- Moved aliases and exports to end of bashrc
This commit is contained in:
Sravan Balaji
2020-05-25 16:53:22 -04:00
parent c06a98cb69
commit d040228c4c

View File

@@ -116,9 +116,6 @@ if ! shopt -oq posix; then
fi
fi
# Set default editor to vscode
export EDITOR="code -w"
# Powerline Shell
function _update_ps1() {
PS1=$(powerline-shell $?)
@@ -133,3 +130,7 @@ neofetch
# ALIASES
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# EXPORTS
export EDITOR="code -w"
export TERM=xterm-256color