mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update bspwm(rule for librewolf), sxhkd(add tofoist), nvim(update hothey)
This commit is contained in:
parent
5cc8e020c1
commit
43590a7557
5 changed files with 22 additions and 21 deletions
5
zshrc
5
zshrc
|
|
@ -1,11 +1,11 @@
|
|||
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.applications:$HOME/.local/bin:$HOME/go/bin:$PATH"
|
||||
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.local/bin:$PATH"
|
||||
export EDITOR="nvim"
|
||||
|
||||
### Oh my zsh
|
||||
export OMH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="simple"
|
||||
DISABLE_AUTO_TITLE="true"
|
||||
plugins=(yarn nvm)
|
||||
plugins=(yarn)
|
||||
source $OMH/oh-my-zsh.sh
|
||||
|
||||
### Aliases
|
||||
|
|
@ -15,7 +15,6 @@ alias cp="cp -r"
|
|||
alias du="du -h"
|
||||
alias vim="nvim"
|
||||
alias vi="vim"
|
||||
alias rgf="rg --files|rg"
|
||||
alias tmux="tmux -2"
|
||||
alias :q="exit"
|
||||
alias ...="cd ../.."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue