-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshenv
20 lines (13 loc) · 936 Bytes
/
.zshenv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# CUSTOM FUNCTIONs
function gcm () {
git commit -m "$1"
}
#gcm=$(function gcm);
#export -f gcm
# PATH
export PATH=/home/giovanni/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/home/giovanni/.local/share/pycharm/pycharm-2024.2.1/bin:/opt/idea-IU-243.21565.193/bin:/home/giovanni/.config/eww/src
#PATH="/home/giovanni/perl5/bin${PATH:+:${PATH}}"; export PATH;
#PERL5LIB="/home/giovanni/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
#PERL_LOCAL_LIB_ROOT="/home/giovanni/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
#PERL_MB_OPT="--install_base \"/home/giovanni/perl5\""; export PERL_MB_OPT;
#PERL_MM_OPT="INSTALL_BASE=/home/giovanni/perl5"; export PERL_MM_OPT;