Updated
This commit is contained in:
parent
43ec9cf572
commit
1a94b6fe54
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
|
@ -75,6 +75,7 @@ ZSH_THEME="robbyrussell"
|
|||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
|
||||
plugins=(
|
||||
git
|
||||
zsh-autosuggestions
|
||||
|
|
@ -120,6 +121,9 @@ alias prr="paru -R"
|
|||
|
||||
alias ls="lsd -l"
|
||||
alias lsa="lsd -la"
|
||||
alias lt="lsd --tree -l"
|
||||
alias lta="lsd --tree -la"
|
||||
|
||||
alias fi="sudo flatpak install"
|
||||
alias fr="sudo flatpak remove"
|
||||
alias fu="sudo flatpak update"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue