updated dev_profile to set lang to en_us utf8 to fix the tmux issues
parent
3244f0f6f9
commit
af1851a435
|
|
@ -13,7 +13,6 @@ if [ -d "/c/Windows" ]; then
|
|||
export FORTUNE=fortune.exe
|
||||
PATH=${PATH}:/c/tools/ruby193/bin
|
||||
else
|
||||
export FORTUNE=fortune
|
||||
export ANSIBLE_HOSTS="~/.ansible/hosts"
|
||||
export GOPATH="$HOME/projects/go"
|
||||
export GOROOT="/usr/local/go"
|
||||
|
|
@ -37,11 +36,11 @@ if [ -d "/c/Projects" ]; then
|
|||
. ~/.work_profile
|
||||
fi
|
||||
|
||||
export GOBIN=${GOPATH}/bin
|
||||
export POWERLINE_CONFIG_COMMAND=~/Tools/modules/powerline/scripts/powerline-config
|
||||
export LANG="en_US.UTF-8"
|
||||
export GOBIN=${GOPATH}/bin
|
||||
|
||||
PATH=${PATH}:${GOBIN}:${GOROOT}/bin
|
||||
PATH=${PATH}:${BOOT2DOCKER}
|
||||
PATH=${PATH}:${GOROOT}/bin:${BOOT2DOCKER}:${GOBIN}
|
||||
|
||||
|
||||
# see environ manfile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# File
|
||||
.git-stats
|
||||
.bashrc
|
||||
.rnd
|
||||
*.kdbx
|
||||
_*
|
||||
|
|
@ -58,3 +60,9 @@ Tools/cmder
|
|||
VirtualBox VMs/
|
||||
.VirtualBox/
|
||||
Applications/
|
||||
.local/
|
||||
.thefuck/
|
||||
.vim/
|
||||
.chefdk/
|
||||
projects/
|
||||
.keybase-installer/
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
#default to bash
|
||||
set -g default-command "/bin/bash"
|
||||
set -g default-command "/bin/bash --login"
|
||||
set -g default-shell "/bin/bash"
|
||||
|
||||
# enable pbcopy and pbpaste support with reattach-to-user-namespace
|
||||
|
|
@ -18,7 +18,7 @@ bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
|||
bind C-v run "tmux set-buffer \"$(reattach-to-user-namespace pbpaste)\"; tmux paste-buffer"
|
||||
|
||||
#run-shell "powerline-daemon -q"
|
||||
#source ~/Tools/modules/powerline/powerline/bindings/tmux/powerline.conf
|
||||
source ~/Tools/modules/powerline/powerline/bindings/tmux/powerline.conf
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue