diff --git a/dots/.config/zsh/config/profile/profile/aliases.zsh b/dots/.config/zsh/config/profile/profile/aliases.zsh index 4fec0e9f..841a5645 100644 --- a/dots/.config/zsh/config/profile/profile/aliases.zsh +++ b/dots/.config/zsh/config/profile/profile/aliases.zsh @@ -57,6 +57,7 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then if ! command -v open >/dev/null 2>&1 && command -v xdg-open >/dev/null 2>&1; then alias open="xdg-open" + alias o="xdg-open" fi fi