mirror of
https://github.com/sstent/dotfiles.git
synced 2026-01-25 08:35:25 +00:00
sync
This commit is contained in:
12
.bashrc
12
.bashrc
@@ -124,12 +124,6 @@ fi
|
||||
#eval $(/mnt/c/Users/sstent/weasel-pageant-1.1/weasel-pageant -r)
|
||||
export DOCKER_HOST=tcp://192.168.1.223:2375
|
||||
export NOMAD_ADDR=http://192.168.1.250:4646
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/sstent/google-cloud-sdk/path.bash.inc' ]; then . '/home/sstent/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/sstent/google-cloud-sdk/completion.bash.inc' ]; then . '/home/sstent/google-cloud-sdk/completion.bash.inc'; fi
|
||||
alias config='/usr/bin/git --git-dir=/home/sstent/.cfg/ --work-tree=/home/sstent'
|
||||
|
||||
|
||||
@@ -154,3 +148,9 @@ dockerbuild() {
|
||||
docker build -t registry.service.dc1.consul:5000/${1} ~/ansible-home/compose/${1}/
|
||||
docker push registry.service.dc1.consul:5000/${1}
|
||||
}
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/mnt/c/Users/sstent/google-cloud-sdk/path.bash.inc' ]; then . '/mnt/c/Users/sstent/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/mnt/c/Users/sstent/google-cloud-sdk/completion.bash.inc' ]; then . '/mnt/c/Users/sstent/google-cloud-sdk/completion.bash.inc'; fi
|
||||
|
||||
@@ -3,5 +3,7 @@ set -g mouse on
|
||||
|
||||
set-window-option -g xterm-keys on
|
||||
setw -g aggressive-resize on
|
||||
bind-key C-a set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
|
||||
|
||||
#setw -g synchronize-panes on
|
||||
bind C-x setw synchronize-panes
|
||||
setw -g window-status-current-format '#{?pane_synchronized,#[bg=red],}#I:#W'
|
||||
setw -g window-status-format '#{?pane_synchronized,#[bg=red],}#I:#W'
|
||||
|
||||
@@ -18,7 +18,7 @@ then
|
||||
tmux send-keys -t 1 "autossh odroid2" C-m
|
||||
tmux send-keys -t 2 "autossh odroid3" C-m
|
||||
tmux send-keys -t 3 "autossh odroid4" C-m
|
||||
|
||||
tmux set-option -wg synchronize-panes on
|
||||
fi
|
||||
|
||||
# Attach Session, on the Main window
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e3bdd84b31588482f65054e91858beca33532392619dc3d93283589c939ca49
|
||||
size 85469814
|
||||
oid sha256:6fdc857b69512e237729860f0d393a299da01e37a57f7739e98fbb1af941e6f7
|
||||
size 78402739
|
||||
|
||||
Reference in New Issue
Block a user