[ADD] conditional alias for wezterm

IMGCAT FTW
This commit is contained in:
Daveanand Mannie
2025-10-15 22:27:57 -04:00
parent 4ee718d214
commit d2ca336b20

View File

@@ -9,7 +9,11 @@ alias fd='fdfind'
alias sudo-shell='sudo -E zsh'
# [Development]
if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null; then
alias wezterm='/mnt/c/Users/DaveanandMannie/scoop/apps/wezterm/current/wezterm.exe'
else
alias wezterm='wezterm' # Or point to native binary if needed
fi
# [Odoo]
alias erp-dev='cd ~/workspace/pg/erp/'
alias erp-dev-server='erp-dev && source venvs/odoo18/bin/activate && cd odoo && python3 odoo-bin -c ../odoo.conf --dev all'