feat: stuff

This commit is contained in:
Strix 2024-03-22 10:04:21 +01:00
parent 04d15ad27d
commit 37c7eaf334
7 changed files with 34 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Raine's .zshrc
if ! [ "$PROFILEINC" = "1" ]; then
if [ "$PROFILEINC" = "1" ]; then
. ~/.profile
fi
@ -46,6 +46,8 @@ container() {
ash
}
[ -f "$HOME/.config/i3/shortcuts-i3.sh" ] && . ~/.config/i3/shortcuts-i3.sh
alias q="exit"
alias vim="nvim"
alias vi="nvim"