dev: automated commit - 2025-06-09 09:35:58

This commit is contained in:
Mariano Z. 2025-06-09 09:35:58 -03:00
parent 6f13d4b40d
commit c71e2bd9a9
5 changed files with 92 additions and 22 deletions

View file

@ -287,6 +287,7 @@ fi
# COMPLETIONS
for completion_file in ~/.local/share/zsh/*-autocomplete.zsh; do
echo $completion_file
if [ -f "$completion_file" ]; then
source "$completion_file"
fi
@ -298,14 +299,7 @@ if command -v kubefwd &> /dev/null; then eval "$(kubefwd completion zsh)"; fi
if command -v bombadil &> /dev/null; then eval "$(bombadil generate-completions zsh)"; fi
if command -v eza &> /dev/null; then compdef eza=ls; fi
# ALIASES
# yarn() { echo 🖕; }
# yarnpkg() { echo 🖕; }
# pnpm() { echo 🖕; }
# pn() { echo 🖕; }
# pnpx() { echo 🖕; }
# npm() { echo 🖕; }
alias dev='~/Dev/marianozunino/dev/dev'
alias p='_package_manager'
alias fo='fopen'
alias drop='upload_file'