feat: stuff
This commit is contained in:
parent
04d15ad27d
commit
37c7eaf334
7 changed files with 34 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue