From 8415b18c8110821148726c9a46f134888f0eb957 Mon Sep 17 00:00:00 2001 From: rezzect Date: Thu, 9 May 2024 21:42:37 -0700 Subject: [PATCH] added alias to update oh-my-posh --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7a0c228..4720e11 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -38,7 +38,7 @@ eval "$(oh-my-posh init zsh --config ~/.omp-themes/rezztheme-edit.omp.json)" eval "$(zoxide init zsh)" # Default Aliases -omp-update='curl -s https://ohmyposh.dev/install.sh | sudo bash -s' #Update Oh-My-Posh +alias omp-update='curl -s https://ohmyposh.dev/install.sh | sudo bash -s' #Update Oh-My-Posh # Call on .alias file . ~/.aliases