fix zshrc

This commit is contained in:
reonokiy 2024-09-23 05:56:41 +08:00
parent 46b81b3e92
commit b4bb9c4c73
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -173,7 +173,7 @@ fi
if command -v bat &> /dev/null; then
alias cat=bat
fi
if command -v zeditor > dev/null; then
if command -v zeditor > /dev/null; then
alias zed=zeditor
fi
alias f=fuck