|
|
|
@ -109,7 +109,7 @@ Each environment has slightly different setups, which will be tangled to differe |
|
|
|
/home/jacopods/.emacs.d/emacsclient-activities $EMACS_ARGUMENTS $@ |
|
|
|
/home/jacopods/.emacs.d/emacsclient-activities $EMACS_ARGUMENTS $@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# Path to your oh-my-zsh configuration. |
|
|
|
# Path to your oh-my-zsh configuration. |
|
|
|
ZSH=$HOME/.oh-my-zsh |
|
|
|
ZSH=$HOME/.oh-my-zsh |
|
|
|
|
|
|
|
|
|
|
|
# Set name of the theme to load. |
|
|
|
# Set name of the theme to load. |
|
|
|
@ -140,9 +140,11 @@ Each environment has slightly different setups, which will be tangled to differe |
|
|
|
# Uncomment following line if you want to disable marking untracked files under |
|
|
|
# Uncomment following line if you want to disable marking untracked files under |
|
|
|
# VCS as dirty. This makes repository status check for large repositories much, |
|
|
|
# VCS as dirty. This makes repository status check for large repositories much, |
|
|
|
# much faster. |
|
|
|
# much faster. |
|
|
|
eval `dircolors ~/.dir_colors` |
|
|
|
|
|
|
|
DISABLE_UNTRACKED_FILES_DIRTY="true" |
|
|
|
DISABLE_UNTRACKED_FILES_DIRTY="true" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval `dircolors ~/.dir_colors` |
|
|
|
|
|
|
|
|
|
|
|
setopt AUTO_PUSHD |
|
|
|
setopt AUTO_PUSHD |
|
|
|
setopt PUSHD_MINUS |
|
|
|
setopt PUSHD_MINUS |
|
|
|
setopt BASH_AUTO_LIST |
|
|
|
setopt BASH_AUTO_LIST |
|
|
|
|