diralias + some other random bs

This commit is contained in:
2025-08-26 12:48:42 +02:00
parent 0e9b0a56d7
commit 20068552e8
7 changed files with 11 additions and 3 deletions

6
.zshrc
View File

@ -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