-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzshenv-basile
More file actions
22 lines (19 loc) · 796 Bytes
/
Copy pathzshenv-basile
File metadata and controls
22 lines (19 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Basile STARYNKEVITCH ~/.zshenv file
# SPDX-License-Identifier: GPL-3.0-or-later
# copyright (C) 2025-2026 Basile Starynkevitch, France <basile@starynkevitch.net>
source /etc/zsh/zshenv
export REFERSYS_HOME=$HOME/RefPerSys
export REFPERSYS_TOPDIR=$HOME/RefPerSys
export YAREFPERSYS_DIR=$HOME/yarepersys
export MISCBASILE_DIR=$HOME/misc-basile
export TRUCGPL_DIR=$HOME/truc-gpl
export EDITOR=gedit
export PATH=$HOME/bin:$HOME/scripts:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
export PS1="%m %3~ %T %# "
. "$HOME/.cargo/env"
if [ -d ~/misc-basile ]; then
if /bin/cmp --silent ~/.zshenv ~/misc-basile/zshenv-basile ; then
/bin/cp -a ~/misc-basile/zshenv-basile ~/.zshenv
fi
fi
## end of Basile STARYNKEVITCH ~/.zshenv file on https://github.com/bstarynk/misc-basile as zshenv-basile