mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
fix zshrc
This commit is contained in:
parent
46b81b3e92
commit
b4bb9c4c73
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ fi
|
||||||
if command -v bat &> /dev/null; then
|
if command -v bat &> /dev/null; then
|
||||||
alias cat=bat
|
alias cat=bat
|
||||||
fi
|
fi
|
||||||
if command -v zeditor > dev/null; then
|
if command -v zeditor > /dev/null; then
|
||||||
alias zed=zeditor
|
alias zed=zeditor
|
||||||
fi
|
fi
|
||||||
alias f=fuck
|
alias f=fuck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue