chore: ZSH MacOS
This commit is contained in:
19
.config/zsh/replacements.zsh
Normal file
19
.config/zsh/replacements.zsh
Normal file
@@ -0,0 +1,19 @@
|
||||
# ~/.config/zsh/replacements.zsh
|
||||
|
||||
ls() {
|
||||
eza --icons -l --sort type "$@"
|
||||
}
|
||||
|
||||
nvim() {
|
||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
||||
}
|
||||
|
||||
vim() {
|
||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
||||
}
|
||||
|
||||
alias find="fd"
|
||||
alias df="duf"
|
||||
alias lg="lazygit"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user