atuin alias

This commit is contained in:
2025-09-23 13:17:15 +02:00
parent 9d94995efd
commit 7c71fca583
7 changed files with 2 additions and 48 deletions

4
.zshrc
View File

@ -123,10 +123,6 @@ source $ZSH/oh-my-zsh.sh
source $HOME/.zshenv
for file in $DOTFILES_INSTALL_DIR/alias.d/*; do
source $file
done
if command -v ng >/dev/null; then
# Load Angular CLI autocompletion if ng command is available.
source <(ng completion script)