diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-02 18:54:24 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-04 07:33:00 +0200 |
commit | a16199f9c7aded2841784c070f1d0a3753076d09 (patch) | |
tree | 6ee28163dc5c510179b91859440f4ebbf0edd4aa /user/zsh/zshrc-workstation.sh | |
parent | 04f8ec6294a145020b7c05d704913247f131aceb (diff) |
deps: update to NixOS 25.05
Diffstat (limited to 'user/zsh/zshrc-workstation.sh')
-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 6e1e02f..e027208 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 |