diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-02 17:25:46 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-02 17:25:46 +0200 |
commit | a5ad58aad1237b2acde06b74280858ede2f6e651 (patch) | |
tree | 96b16d139fb0beeb905b6114404651563972437b /user/zsh/zshrc-workstation.sh | |
parent | b0e559f749f9ce3fc8a472de70ecbb5090425ffe (diff) |
fix(workstation): update Zed for amdgpu bug workaround
Diffstat (limited to 'user/zsh/zshrc-workstation.sh')
-rw-r--r-- | user/zsh/zshrc-workstation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index e027208..6e1e02f 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -2,7 +2,6 @@ ## Aliases alias code='codium' -alias zed=zeditor alias tokei='tokei -s code -n commas' ## Environment variables |