Adding useful info
This commit is contained in:
@@ -14,12 +14,12 @@ bind-key j select-pane -D
|
|||||||
bind-key k select-pane -U
|
bind-key k select-pane -U
|
||||||
bind-key l select-pane -R
|
bind-key l select-pane -R
|
||||||
|
|
||||||
|
# unbinding conflicts with neovim-tree
|
||||||
unbind C-h
|
unbind C-h
|
||||||
unbind C-j
|
unbind C-j
|
||||||
unbind C-k
|
unbind C-k
|
||||||
unbind C-l
|
unbind C-l
|
||||||
|
|
||||||
|
|
||||||
# Start windows and panes at 1, not 0
|
# Start windows and panes at 1, not 0
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ export PATH=${PATH}:${HOME}/.local/bin
|
|||||||
export PATH=${PATH}:${HOME}/repos/personal-devboot/my-scripts/shell
|
export PATH=${PATH}:${HOME}/repos/personal-devboot/my-scripts/shell
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
|
# https://gbbigardi.medium.com/wsl-2-arch-docker-e-um-pouco-mais-do-meu-ambiente-de-desenvolvimento-42adc48368d4
|
||||||
DOCKER_DISTRO="Arch"
|
DOCKER_DISTRO="Arch"
|
||||||
DOCKER_DIR=/mnt/wsl/shared-docker
|
DOCKER_DIR=/mnt/wsl/shared-docker
|
||||||
DOCKER_SOCK="$DOCKER_DIR/docker.sock"
|
DOCKER_SOCK="$DOCKER_DIR/docker.sock"
|
||||||
|
|||||||
Reference in New Issue
Block a user