feat: i3 update & other minor stuff
This commit is contained in:
parent
28ca2f79be
commit
c9010fe697
9 changed files with 169 additions and 73 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Raine's .zshrc
|
||||
|
||||
if ! [ "$PROFILEINC" = "1" ]; then
|
||||
. ~/.profile
|
||||
fi
|
||||
|
||||
export EDITOR=vim
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$HOME/.local/bin"
|
||||
|
@ -10,7 +14,7 @@ export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$
|
|||
if [ -f "$HOME/.oh-my-zsh/oh-my-zsh.sh" ]; then
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="afowler"
|
||||
plugins=(git docker docker-compose node zsh-autosuggestions zsh-syntax-highlighting)
|
||||
plugins=(git docker docker-compose node zsh-autosuggestions zsh-syntax-highlighting zsh-cargo-completion)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
else
|
||||
echo "oh-my-zsh not detected :("
|
||||
|
@ -43,4 +47,5 @@ container() {
|
|||
}
|
||||
|
||||
alias q="exit"
|
||||
alias vim="nvim"
|
||||
alias vim="nvim"
|
||||
alias vi="nvim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue