Fix loading of environment
This commit is contained in:
parent
5260b6fb5d
commit
6b1a190e07
8
.bashrc
8
.bashrc
@ -1,7 +1,7 @@
|
|||||||
# Include our shared environment stuff
|
# Include our shared environment stuff
|
||||||
source ~/dotfiles/home/shell/env
|
source ~/.environment
|
||||||
source ~/dotfiles/home/shell/aliases
|
source ~/.aliases
|
||||||
source ~/dotfiles/home/shell/functions
|
source ~/.functions
|
||||||
|
|
||||||
# Basic options
|
# Basic options
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
@ -78,7 +78,7 @@ WHITE='\[\033[1;37m\]'
|
|||||||
|
|
||||||
RBG='\e[41m'
|
RBG='\e[41m'
|
||||||
ALERT=${WHITE}${RBG} # Bold White on red background
|
ALERT=${WHITE}${RBG} # Bold White on red background
|
||||||
NC="\e[m" # Color Reset
|
NC="\e[m" # Color Reset
|
||||||
|
|
||||||
PS1="\[\033]0;Bash | \u@\H:\w\007\]" # Add a dynamically changing window title - Shows current user@host:current directory (comment this and "$PS1" at beginning of next line when not an a terminal emulator)
|
PS1="\[\033]0;Bash | \u@\H:\w\007\]" # Add a dynamically changing window title - Shows current user@host:current directory (comment this and "$PS1" at beginning of next line when not an a terminal emulator)
|
||||||
PS1="$PS1""${LGREEN}[${LPURPLE}\u${WHITE}@${LBLUE}\h${LGREEN}]-(${YELLOW}\w${LGREEN})"
|
PS1="$PS1""${LGREEN}[${LPURPLE}\u${WHITE}@${LBLUE}\h${LGREEN}]-(${YELLOW}\w${LGREEN})"
|
||||||
|
8
.zshrc
8
.zshrc
@ -1,7 +1,7 @@
|
|||||||
# Include our shared shell stuff
|
# Include our shared environment stuff
|
||||||
source ~/dotfiles/home/shell/env
|
source ~/.environment
|
||||||
source ~/dotfiles/home/shell/aliases
|
source ~/.aliases
|
||||||
source ~/dotfiles/home/shell/functions
|
source ~/.functions
|
||||||
|
|
||||||
# History Settings
|
# History Settings
|
||||||
export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay"
|
export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay"
|
||||||
|
Loading…
Reference in New Issue
Block a user