mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue