Skip to content

Commit

Permalink
Update oh-my-bash
Browse files Browse the repository at this point in the history
  • Loading branch information
erikthorselius committed Nov 18, 2021
1 parent ee9e258 commit 1012e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export OSH=/home/erikt/.oh-my-bash

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded.
OSH_THEME="powerline-naked"
OSH_THEME="powerline-multiline"

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
Expand Down Expand Up @@ -55,7 +55,7 @@ HIST_STAMPS="yyyy-mm-dd"
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format: plugins=(core rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(core git bashmarks progress)
plugins=(core git bashmarks progress bu golang kubectl)

# User configuration
source $OSH/oh-my-bash.sh
Expand Down
2 changes: 1 addition & 1 deletion oh-my-bash
Submodule oh-my-bash updated 93 files
+12 −0 .github/FUNDING.yml
+1 −1 .gitignore
+7 −0 LICENSE.md
+0 −13 LICENSE.txt
+4 −4 README.md
+1 −0 aliases/general.aliases.sh
+3 −3 aliases/misc.aliases.sh
+8 −0 completions/minikube.completion.sh
+0 −0 custom/completions/example.completion.sh
+2 −2 lib/bourne-shell.sh
+1 −4 lib/utils.sh
+32 −0 plugins/ansible/README.md
+28 −0 plugins/ansible/ansible.plugin.sh
+18 −15 plugins/battery/battery.plugin.sh
+22 −0 plugins/brew/README.md
+10 −0 plugins/brew/brew.plugin.sh
+3 −0 plugins/git/git.plugin.sh
+29 −0 plugins/golang/README.md
+17 −0 plugins/golang/golang.plugin.sh
+107 −0 plugins/kubectl/README.md
+123 −0 plugins/kubectl/kubectl.plugin.sh
+27 −0 plugins/npm/README.md
+45 −0 plugins/npm/npm.plugin.sh
+40 −0 plugins/nvm/README.md
+12 −0 plugins/nvm/nvm.plugin.sh
+25 −0 plugins/sdkman/README.md
+9 −0 plugins/sdkman/sdkman.plugin.sh
+ themes/90210/90210-dark.png
+245 −0 themes/THEMES.md
+ themes/agnoster/agnoster-dark.png
+9 −2 themes/agnoster/agnoster.theme.sh
+ themes/axin/axin-dark.png
+ themes/bakke/bakke-dark.png
+ themes/binaryanomaly/binaryanomaly-dark.png
+ themes/bobby-python/bobby-python-dark.png
+ themes/bobby/bobby-dark.png
+ themes/brainy/brainy-dark.png
+ themes/brunton/brunton-dark.png
+ themes/candy/candy-dark.png
+ themes/clean/clean-dark.png
+ themes/cooperkid/cooperkid-dark.png
+ themes/cupcake/cupcake-dark.png
+ themes/demula/demula-dark.png
+ themes/dos/dos-dark.png
+ themes/doubletime/doubletime-dark.png
+ themes/doubletime_multiline/doubletime_multiline-dark.png
+ themes/doubletime_multiline_pyonly/doubletime_multiline_pyonly-dark.png
+ themes/dulcie/dulcie-dark.png
+ themes/duru/duru-dark.png
+ themes/emperor/emperor-dark.png
+ themes/envy/envy-dark.png
+ themes/font/font-dark.png
+ themes/gallifrey/gallifrey-dark.png
+54 −0 themes/garo/garo.theme.sh
+ themes/hawaii50/hawaii50-dark.png
+ themes/iterate/iterate-dark.png
+ themes/kitsune/kitsune-dark.png
+ themes/luan/luan-dark.png
+ themes/mairan/mairan-dark.png
+ themes/mbriggs/mbriggs-dark.png
+ themes/minimal/minimal-dark.png
+ themes/modern-t/modern-t-dark.png
+ themes/modern/modern-dark.png
+ themes/morris/morris-dark.png
+ themes/n0qorg/n0qorg-dark.png
+ themes/nwinkler/nwinkler-dark.png
+ themes/nwinkler_random_colors/nwinkler_random_colors-dark.png
+ themes/pete/pete-dark.png
+ themes/powerline-multiline/powerline-multiline-dark.png
+ themes/powerline-naked/powerline-naked-dark.png
+ themes/powerline-plain/powerline-plain-dark.png
+ themes/powerline/powerline-dark.png
+6 −1 themes/powerline/powerline.base.sh
+ themes/primer/primer-dark.png
+ themes/pro/pro-dark.png
+ themes/pure/pure-dark.png
+ themes/purity/purity-dark.png
+ themes/rainbowbrite/rainbowbrite-dark.png
+ themes/rana/rana-dark.png
+ themes/rjorgenson/rjorgenson-dark.png
+ themes/roderik/roderik-dark.png
+ themes/sexy/sexy-dark.png
+ themes/simple/simple-dark.png
+ themes/sirup/sirup-dark.png
+ themes/slick/slick-dark.png
+ themes/standard/standard-dark.png
+ themes/tonka/tonka-dark.png
+ themes/tonotdo/tonotdo-dark.png
+ themes/tylenol/tylenol-dark.png
+ themes/wanelo/wanelo-dark.png
+ themes/zitron/zitron-dark.png
+ themes/zork/zork-dark.png
+194 −0 tools/autossh.sh

0 comments on commit 1012e95

Please sign in to comment.