From c6e5c6407aa0aab1ebbc87ae14ff477a568b7302 Mon Sep 17 00:00:00 2001 From: t0xa Date: Mon, 9 Feb 2026 20:22:35 +0300 Subject: [PATCH] Some updates --- scripts/tmuster_ivideon | 3 +-- tmux/.tmux.conf | 2 ++ zsh/.zshrc | 10 ++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/tmuster_ivideon b/scripts/tmuster_ivideon index e52e9ef..f74eb31 100755 --- a/scripts/tmuster_ivideon +++ b/scripts/tmuster_ivideon @@ -40,8 +40,7 @@ tmux resize-pane -D 15 # Git manipulation window tmux new-window -n cloud-env -t ${IVIDEON_SESSION_NAME} # Go to project directory and acivate env -change_dir_and_activate_root_env -tmux send-keys "cd ${IVIDEON_REPO_ROOT_PATH}/ivideon/tests" C-m +tmux send-keys "cd ${IVIDEON_REPO_ROOT_PATH}" C-m tmux send-keys "clear" C-m # Scripts manipulation window diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 8466a21..e88de63 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -58,3 +58,5 @@ bind-key o switch-client -T my_table # Bind keys within that table bind-key -T my_table o switch-client -t Personal:3 bind-key -T my_table i switch-client -t Backend:1 +bind-key -T my_table c switch-client -t Backend:2 +bind-key -T my_table p switch-client -t Other:1 diff --git a/zsh/.zshrc b/zsh/.zshrc index aae7e2d..2c71271 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -40,9 +40,10 @@ alias vd="nmcli connection down arch81" export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/opt/Telegram export PATH=$PATH:/opt/Compass\ On-premise/compassonpremise -export PATH=$PATH:/home/pro100ton/Apps/Postman/app -export PATH=$PATH:/home/pro100ton/Apps/ -export PATH=$PATH:/home/pro100ton/.nimble/bin +export PATH=$PATH:/home/user/Apps/Postman/app +export PATH=$PATH:/home/user/Apps/ +export PATH=$PATH:/home/user/Applications/ +export PATH=$PATH:/home/user/.nimble/bin # Add LATEX to path export PATH=$PATH:/usr/local/texlive/2025/bin/x86_64-linux # Additional LATEX paths @@ -51,7 +52,7 @@ export INFOPATH=$PATH:/usr/local/texlive/2025/texmf-dist/doc/info export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8 -export OBSIDIAN_NOTES_PATH="/home/pro100ton/Documents/t0xa_vault" +export OBSIDIAN_NOTES_PATH="/home/user/Documents/t0xa_vault" # Change systemd editor export SYSTEMD_EDITOR=vim @@ -69,3 +70,4 @@ eval "$(pyenv init - zsh)" . "$HOME/.local/bin/env" export PATH=~/.npm-global/bin:$PATH +export NVIM_LOG_LEVEL=WARN