Dotfiles V1.1.4
Added alias for lazygit
This commit is contained in:
parent
ad12bbe4c1
commit
1f4666f417
11
.zshrc
11
.zshrc
@ -175,14 +175,6 @@ function update {
|
|||||||
wget https://metaphor.ethz.ch/x/2024/hs/401-0231-10L/Ziltener_Notizen_Analysis_1_ITET_RW.pdf
|
wget https://metaphor.ethz.ch/x/2024/hs/401-0231-10L/Ziltener_Notizen_Analysis_1_ITET_RW.pdf
|
||||||
}
|
}
|
||||||
|
|
||||||
# Calcurse
|
|
||||||
#
|
|
||||||
alias calanalysis="calcurse -D ~/.config/calcurse/analysis"
|
|
||||||
alias calnus="calcurse -D ~/.config/calcurse/nus"
|
|
||||||
alias callinalg="calcurse -D ~/.config/calcurse/linalg"
|
|
||||||
alias caldigitech="calcurse -D ~/.config/calcurse/digitech"
|
|
||||||
alias caltechmech="calcurse -D ~/.config/calcurse/techmech"
|
|
||||||
|
|
||||||
# Initialize Starship
|
# Initialize Starship
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
||||||
@ -195,5 +187,8 @@ eval "$(/usr/libexec/path_helper)"
|
|||||||
# BAT (better cat)
|
# BAT (better cat)
|
||||||
export BAT_THEME=Dracula
|
export BAT_THEME=Dracula
|
||||||
|
|
||||||
|
# Lazygit
|
||||||
|
alias lg="lazygit"
|
||||||
|
|
||||||
# Created by `pipx` on 2024-11-21 21:29:27
|
# Created by `pipx` on 2024-11-21 21:29:27
|
||||||
export PATH="$PATH:/Users/jirayu/.local/bin"
|
export PATH="$PATH:/Users/jirayu/.local/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user