-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.conf
More file actions
33 lines (25 loc) · 1.03 KB
/
Copy pathcode.conf
File metadata and controls
33 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh
#acuku_code oxr 2026
# Include this file in your .bashrc
# user$ echo ". PATH_TO/code.conf" >> /home/$USER/.bashrc
# By default, these scripts are expected to be in the /home/$USER/code folder,
# since 'include', 'tempfreq_log' and each script's calls to 'infsh' all refer to
# this folder:
# Define your prefered path, is same "PATH_TO":
readonly code=$HOME/code
PATH=$code:$PATH
# Some tools' working files are located in /tmp/code_$USER, and others use
# /tmp/code_$USER/vacio to operate with wildcards [*|?] without incident.
readonly tmp=/tmp/code_$USER
[ -e /$tmp/vacio ] || {
mkdir $tmp
mkdir -m a-w $tmp/vacio
}
# Also some tools use variables $T $E $R as 'tab' 'esc' and 'new line' characters,
# $tmp as temp folder and $code as path to code:
export PATH code tmp E='\e' T=' ' R='
'
# Not modify R value, it is good. Because this export not's permited local
# variables with these names, and globally code and tmp. PATH is a system var.
# This include the suite in your terminal
. include varize check infsh rand mt killer