New File: .zshrc #1

Merged
wesley merged 1 commits from new-file/zshrc into main 2024-02-01 20:13:55 -05:00

18
.zshrc Normal file
View File

@@ -0,0 +1,18 @@
# Our ZSH configuration
############### ALIASES ####################
# Load bottom with the proper color scheme
alias btm="btm --color=gruvbox"
# Remap ls to use lsd
alias ls="lsd"
# Replace cat with bat
alias cat="bat"
############### END ALIASES ###############
# Finally we want to use starship for our prompt
# (because rust that's why)
eval "$(starship init zsh)"