Skip to content

Commit

Permalink
add bash-path
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 committed Sep 10, 2018
1 parent 5b81079 commit 13ad12b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -37,3 +37,6 @@
[submodule "vim/bundle/rust.vim"] [submodule "vim/bundle/rust.vim"]
path = vim/bundle/rust.vim path = vim/bundle/rust.vim
url = git://github.com/rust-lang/rust.vim.git url = git://github.com/rust-lang/rust.vim.git
[submodule "bics-plugins/bash-path"]
path = bics-plugins/bash-path
url = git://github.com/bahamas10/bash-path.git
6 changes: 5 additions & 1 deletion bashrc
Expand Up @@ -18,7 +18,6 @@ export HISTSIZE=5000
export HISTFILESIZE=5000 export HISTFILESIZE=5000
export LSCOLORS='ExGxbEaECxxEhEhBaDaCaD' export LSCOLORS='ExGxbEaECxxEhEhBaDaCaD'
export PAGER='less' export PAGER='less'
export PATH="$PATH:$HOME/bin"
export SSHP_NO_RAINBOW=1 export SSHP_NO_RAINBOW=1
export SSHP_TRIM=1 export SSHP_TRIM=1
export TZ='US/Eastern' export TZ='US/Eastern'
Expand Down Expand Up @@ -46,6 +45,9 @@ export LESS_TERMCAP_ZV=$(tput rsubm)
export LESS_TERMCAP_ZO=$(tput ssupm) export LESS_TERMCAP_ZO=$(tput ssupm)
export LESS_TERMCAP_ZW=$(tput rsupm) export LESS_TERMCAP_ZW=$(tput rsupm)


# PATH
path_add ~/bin

# Shell Options # Shell Options
shopt -s cdspell shopt -s cdspell
shopt -s checkwinsize shopt -s checkwinsize
Expand Down Expand Up @@ -395,4 +397,6 @@ windows-path() {
. /etc/bash/bash_completion 2>/dev/null || . /etc/bash/bash_completion 2>/dev/null ||
. ~/.bash_completion 2>/dev/null . ~/.bash_completion 2>/dev/null


path_clean

true true
1 change: 1 addition & 0 deletions bics-plugins/bash-path
Submodule bash-path added at 999762

0 comments on commit 13ad12b

Please sign in to comment.