This commit is contained in:
Andrey Parhomenko 2024-12-19 13:56:59 +05:00
parent d1f944683b
commit 5b2891eda2
3 changed files with 9 additions and 1 deletions

View file

@ -6,3 +6,4 @@ set -o vi
test -r "$LOGIN" && . "$LOGIN" test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash test -r "$SETENV" && . "$SETENV" && setenv bash
. "$HOME/.cargo/env"

View file

@ -92,6 +92,7 @@ fi
export GIT="https://surdeus.su" export GIT="https://surdeus.su"
export DEV="$HOME/dev" export DEV="$HOME/dev"
export PATH="$PATH:$BIN" export PATH="$PATH:$BIN"
export PATH="$PATH:$HOME/.cargo/bin"
# CLI. # CLI.
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64"
@ -129,7 +130,7 @@ fi
# Programs. # Programs.
export KITTY_CONFIG_DIRECTORY="$ETC/kitty" export KITTY_CONFIG_DIRECTORY="$ETC/kitty"
export OPENER="`which-first xdg-open`" export OPENER="`which-first xdg-open`"
export EDITOR=`which-first nvim vim vi ed` export EDITOR=`which-first hx nvim vim vi ed`
export VISUAL="$EDITOR" export VISUAL="$EDITOR"
export GIT_EDITOR="$VISUAL" export GIT_EDITOR="$VISUAL"
@ -139,6 +140,10 @@ fi
export CLI_DMENU=`which-first fzf` export CLI_DMENU=`which-first fzf`
export CLI_FILE_MANAGER=`which-first lf` export CLI_FILE_MANAGER=`which-first lf`
# Xorg
export XAUTHORITY=$HOME/.Xauthority
export XINITRC=$ETC/x/xinitrc
# GUI programs. # GUI programs.
export XCOMPOSER='river' export XCOMPOSER='river'
export XTERMINAL='kitty -1 --instance-group "$DISPLAY"' export XTERMINAL='kitty -1 --instance-group "$DISPLAY"'
@ -219,3 +224,4 @@ export SSH_TTY=$(tty)
test -r "$SETENV" && . "$SETENV" && setenv profile test -r "$SETENV" && . "$SETENV" && setenv profile
. "$HOME/.cargo/env"

View file

@ -664,4 +664,5 @@ x-scheme-handler/vnd.libreoffice.cmis=libreoffice-startcenter.desktop;
x-scheme-handler/vnd.libreoffice.command=libreoffice-startcenter.desktop; x-scheme-handler/vnd.libreoffice.command=libreoffice-startcenter.desktop;
x-scheme-handler/vnd.sun.star.webdav=libreoffice-startcenter.desktop; x-scheme-handler/vnd.sun.star.webdav=libreoffice-startcenter.desktop;
x-scheme-handler/vnd.sun.star.webdavs=libreoffice-startcenter.desktop; x-scheme-handler/vnd.sun.star.webdavs=libreoffice-startcenter.desktop;
x-scheme-handler/tg=telegram-desktop_telegram-desktop.desktop