Adding useful info

This commit is contained in:
Matheus Albino Brunhara
2023-09-24 17:59:07 -03:00
parent b1b2544f16
commit efe56c2788
2 changed files with 2 additions and 1 deletions

View File

@@ -14,12 +14,12 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# unbinding conflicts with neovim-tree
unbind C-h
unbind C-j
unbind C-k
unbind C-l
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1

View File

@@ -46,6 +46,7 @@ export PATH=${PATH}:${HOME}/.local/bin
export PATH=${PATH}:${HOME}/repos/personal-devboot/my-scripts/shell
# docker
# https://gbbigardi.medium.com/wsl-2-arch-docker-e-um-pouco-mais-do-meu-ambiente-de-desenvolvimento-42adc48368d4
DOCKER_DISTRO="Arch"
DOCKER_DIR=/mnt/wsl/shared-docker
DOCKER_SOCK="$DOCKER_DIR/docker.sock"