2023-03-07 15:26:08 +01:00
|
|
|
export SCENARI_SSH_USER='qduchemin'
|
2023-06-23 15:16:48 +02:00
|
|
|
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
|
2024-07-03 10:45:35 +02:00
|
|
|
export PICASOFT_SSH_USER='qduchemi'
|
|
|
|
export PICASOFT_SSH_KEY_PATH='/home/.ssh/id_gpg.pub'
|
2023-11-27 15:18:41 +01:00
|
|
|
export PATH="$PATH:/home/go/bin:/usr/local/.local/bin:~/node_modules/.bin"
|
2023-06-27 17:03:27 +02:00
|
|
|
# trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html)
|
|
|
|
# gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my
|
|
|
|
# system on another partition than user data, so that copying between partitions is denied by gio.
|
|
|
|
# another solution is to link $XDG_DATA_HOME/Trash somewhere on the same partition as user data
|
|
|
|
export ELECTRON_TRASH="trash-cli"
|
2024-01-31 21:10:56 +01:00
|
|
|
export ZSH_COLORIZE_TOOL="pygmentize"
|
|
|
|
export ZSH_COLORIZE_STYLE="catppuccin-macchiato"
|
2024-04-28 16:44:53 +02:00
|
|
|
export LESSOPEN="|lesspipe.sh %s"
|