From f84ac17cfd891ab78e54e53d85d36b95e0620999 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Thu, 29 Jan 2026 14:38:14 +0000 Subject: [PATCH] feat: vi alias --- files/home/.aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/files/home/.aliases b/files/home/.aliases index 392967f..144bdc9 100644 --- a/files/home/.aliases +++ b/files/home/.aliases @@ -6,6 +6,7 @@ alias reload-path='rm -f "${XDG_CACHE_HOME:-$HOME/.cache}/dots/path" && exec zsh alias reload-cache='rm -rf "${XDG_CACHE_HOME:-$HOME/.cache}/dots" ~/.zcompdump* && exec zsh' alias zen='curl -s https://api.github.com/zen && echo' alias la='ls -la' +alias vi='vim' alias colby='copilot --allow-all-tools --allow-all-paths --banner' alias gs='git s' alias gd='git d'