New File: .zshrc (#1)
Added .zshrc to our dotfiles to be tracked. Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
18
.zshrc
Normal file
18
.zshrc
Normal 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)"
|
||||||
Reference in New Issue
Block a user