diralias + some other random bs
This commit is contained in:
6
.zshrc
6
.zshrc
@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy"
|
||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(zsh-autosuggestions z aliases sudo tmux)
|
||||
plugins=(zsh-autosuggestions aliases sudo tmux)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -127,7 +127,7 @@ for file in $DOTFILES_INSTALL_DIR/alias.d/*; do
|
||||
source $file
|
||||
done
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
source $DOTFILES_INSTALL_DIR/tools/diralias/diralias.zsh
|
||||
|
||||
if command -v ng >/dev/null; then
|
||||
# Load Angular CLI autocompletion if ng command is available.
|
||||
@ -149,7 +149,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
eval "$(zoxide init zsh)"
|
||||
#SESSION_NAME="main
|
||||
#
|
||||
#if [ -t 1 ] && [ -n "$PS1" ] && [ -z "$TMUX" ]; then
|
||||
|
Reference in New Issue
Block a user