Add oh-my-bash

This commit is contained in:
Tobias Reisinger 2021-02-13 22:52:08 +01:00
parent 3d17d60bc9
commit 6b3f597745
7 changed files with 106 additions and 58 deletions

View file

@ -13,10 +13,12 @@ export MARKPATH="$HOME/.config/zsh/jump_marks"
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
export PASSWORD_STORE_GENERATED_LENGTH='64'
export OSH="$HOME/.config/bash/oh-my-bash"
export PASSWORD_STORE_GENERATED_LENGTH='64'
export PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$HOME/.local/bin:$GOPATH/bin
export VIMINIT="source $HOME/.config/vim/vimrc"
export ZDOTDIR="$HOME/.config/zsh"
export ZSH="$ZDOTDIR/oh-my-zsh"