From dbd705bb9473186f9634a57aacee4f3e1f444773 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 23 Feb 2025 10:11:54 +0100 Subject: feat(workstation): add zed --- user/zsh/zshrc-workstation.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'user/zsh') diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index 04f9c88..b174f0a 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -2,6 +2,7 @@ ## Aliases alias code='codium' +alias zed=zeditor alias tokei='tokei -s code -n commas' ## Environment variables -- cgit v1.2.3