bashrc reorganization
- Moved aliases and exports to end of bashrc
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -116,9 +116,6 @@ if ! shopt -oq posix; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set default editor to vscode
|
|
||||||
export EDITOR="code -w"
|
|
||||||
|
|
||||||
# Powerline Shell
|
# Powerline Shell
|
||||||
function _update_ps1() {
|
function _update_ps1() {
|
||||||
PS1=$(powerline-shell $?)
|
PS1=$(powerline-shell $?)
|
||||||
@@ -133,3 +130,7 @@ neofetch
|
|||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
# EXPORTS
|
||||||
|
export EDITOR="code -w"
|
||||||
|
export TERM=xterm-256color
|
||||||
|
Reference in New Issue
Block a user