some tweaks
Added the _ to $DOTFILES to prevent it from appearing first in tab-completion
This commit is contained in:
@@ -6,14 +6,18 @@ export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
|
||||
export DOTFILES="${HOME}/dotfiles"
|
||||
|
||||
# Paths
|
||||
export PATH=$PATH:${HOME}/bin:/usr/lib/wine/bin:/sbin:/usr/sbin:/usr/local/bin
|
||||
|
||||
# Give the path to the dotfiles
|
||||
export _DOTFILES="${HOME}/dotfiles"
|
||||
|
||||
# Allow automatic updates
|
||||
export DISABLE_DOTFILES_AUTO_UPDATE="FALSE"
|
||||
|
||||
# Update every 2 weeks (OMZ default)
|
||||
export UPDATE_DOTFILES_DAYS=13
|
||||
|
||||
# Automatically attach tmux session "C0DE" upon entering a shell
|
||||
if [[ -z "$TMUX" ]]; then
|
||||
tmux attach -t C0DE || tmux new -s C0DE
|
||||
|
Reference in New Issue
Block a user