oh my zsh

This commit is contained in:
2020-03-06 16:29:38 +01:00
parent 511ae7bb9a
commit 31d21b2229
3 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@@ -18,3 +18,5 @@
!.kube/configs !.kube/configs
!wallpapers !wallpapers
!wallpapers/** !wallpapers/**
!.oh-my-zsh
!.oh-my-zsh/**

1
.oh-my-zsh Submodule

Submodule .oh-my-zsh added at 40fafe0f59

4
.zshrc
View File

@@ -11,12 +11,8 @@ export ZSH="/Users/beppe/.oh-my-zsh"
# 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/robbyrussell/oh-my-zsh/wiki/Themes # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
<<<<<<< HEAD
ZSH_THEME="robbyrussell"
=======
#ZSH_THEME="robbyrussell" #ZSH_THEME="robbyrussell"
ZSH_THEME="lambda-gitster" ZSH_THEME="lambda-gitster"
>>>>>>> refs/remotes/origin/master
# Set list of themes to pick from when loading at random # Set list of themes to pick from when loading at random