chore: ZSH MacOS
This commit is contained in:
parent
9a42d0e71a
commit
0c33e2571e
15 changed files with 593 additions and 54 deletions
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"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue