From 5cdedfed3e989c848992026460833625379cf986 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:02:15 -0500 Subject: [PATCH] zsh: allow using cmakeg and cmakeb as subcommands --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 9090a02..93ee5f0 100644 --- a/.zshrc +++ b/.zshrc @@ -26,8 +26,8 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # Alias alias vi="nvim" alias vim="nvim" -alias cmakeg="cmake -B build -S ." -alias cmakeb="cmake --build build -j $(nproc)" +alias -g cmakeg="cmake -B build -S ." +alias -g cmakeb="cmake --build build -j $(nproc)" # Plugins from AUR source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme