feat(zsh): delete alias
This commit is contained in:
parent
e4519ef5b3
commit
c2b5cce8ef
4
.zshrc
4
.zshrc
|
@ -75,7 +75,6 @@
|
|||
alias du="ncdu"
|
||||
alias cat="bat"
|
||||
alias ls="lsd"
|
||||
alias vi="~/.local/bin/lvim"
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
|
@ -95,3 +94,6 @@ source ~/.zsh/zsh-fzf-tab/fzf-tab.plugin.zsh
|
|||
|
||||
SAVEHIST=1000
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
# Created by `pipx` on 2024-10-24 13:49:13
|
||||
export PATH="$PATH:/home/doryan/.local/bin"
|
||||
|
|
Loading…
Reference in New Issue