Merge branch 'master' of github.com:neoromantique/dotfiles

This commit is contained in:
David Aizenberg
2020-06-09 00:42:54 +03:00

6
.zshrc
View File

@@ -13,7 +13,8 @@ export PATH=$PATH:$GOPATH/bin:/home/david/Scripts:/home/david/build/flutter/bin
# load a random theme each time oh-my-zsh is loaded, in which case, # load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME # to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="sunaku" #ZSH_THEME="sunaku"
ZSH_THEME="spaceship"
alias j=jumpy alias j=jumpy
alias ja=jumpy -a --as alias ja=jumpy -a --as
@@ -223,3 +224,6 @@ function tf() {
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin" export PATH="$PATH:$HOME/.rvm/bin"
alias moc='mocp --theme=transparent-background' alias moc='mocp --theme=transparent-background'
source "/home/david/.oh-my-zsh/custom/themes/spaceship.zsh-theme"