diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-23 10:11:54 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-23 15:20:27 +0100 |
commit | dbd705bb9473186f9634a57aacee4f3e1f444773 (patch) | |
tree | d416dcdde1eb9676cede2c02853f95f7ed171218 /user/zsh | |
parent | 1b13fc637d9e7cdec40bc5cd75eb2f44a91da99b (diff) |
feat(workstation): add zed
Diffstat (limited to 'user/zsh')
-rw-r--r-- | user/zsh/zshrc-workstation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |