mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add starship, update vscode
This commit is contained in:
parent
a4eeb45201
commit
e268665220
12 changed files with 96 additions and 103 deletions
13
zshrc
13
zshrc
|
|
@ -1,21 +1,22 @@
|
|||
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.local/bin:$HOME/go/bin:$HOME/.golang/bin:$PATH"
|
||||
export PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||
export EDITOR="nvim"
|
||||
export GOPATH="$HOME/go"
|
||||
|
||||
### StartShip
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
### Oh my zsh
|
||||
export OMH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="simple"
|
||||
#ZSH_THEME="simple"
|
||||
DISABLE_AUTO_TITLE="true"
|
||||
plugins=(yarn)
|
||||
plugins=(npm)
|
||||
source $OMH/oh-my-zsh.sh
|
||||
|
||||
### Aliases
|
||||
alias cls="clear"
|
||||
alias mkdir="mkdir -p"
|
||||
alias cp="cp -r"
|
||||
alias du="du -h"
|
||||
alias vim="nvim"
|
||||
alias vi="vim"
|
||||
alias tmux="tmux -2"
|
||||
alias :q="exit"
|
||||
alias ...="cd ../.."
|
||||
alias ...="cd ../.."
|
||||
Loading…
Add table
Add a link
Reference in a new issue