Skip to content

Commit c957315

Browse files
committed
tmux
1 parent 0968bd6 commit c957315

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

bashrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ which direnv &>/dev/null && eval "$(direnv hook bash)"
2121

2222
# to avoid non-zero exit code
2323
true
24+
25+
export NVM_DIR="$HOME/.nvm"
26+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
27+
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
28+
eval "$(~/.rbenv/bin/rbenv init - bash)"
29+
# BEGIN PYENV CONFIG
30+
export PYENV_ROOT="$HOME/.pyenv"
31+
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
32+
eval "$(pyenv init -)"
33+
# END PYENV CONFIG

tmux.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ set -g prefix C-x
88
unbind C-b
99
bind C-x send-prefix
1010
# bind c copy-mode
11+
set -g mode-style "bg=yellow,fg=black"

0 commit comments

Comments
 (0)