Some updates

This commit is contained in:
t0xa 2026-02-09 20:22:35 +03:00
parent 4ac91c97c0
commit c6e5c6407a
3 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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