clean path.rc

This commit is contained in:
anon
2023-11-15 11:21:56 +01:00
parent 5ce6354ab0
commit 89c7bc7bf8
2 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,6 @@ BTS_L=192.168.0.206
SRCF=~/.bashrc.d/
MACHINE_NAME="$(cat ${SRCF}/MACHINE_NAME.val)"
export PATH="$PATH:."
# Personal
source ${SRCF}/Personal/.${USER}_personal.rc

View File

@ -1,10 +1,12 @@
#!/bin/bash
export MM="/home/anon/Master"
export CDPATH="${MM}"
export PATH="$PATH:."
export PATH="${PATH}:~/go/bin/:~/.cargo/bin/:${MM}/bin"
export MM="/home/anon/Master"
export MKTEMPLATE_HOME="${MM}/Templates/mktemplate_home/"
export QCKSWP_SAVES="${MM}/Qckswp/.qckswp.csv"
export LISTAHOME="${MM}/Lista/.lista/data/"
# array of essential files
export ESSENTIALS=(
"${MM}/pufka/pufka.cdd"
@ -13,6 +15,7 @@ export ESSENTIALS=(
"${MM}/Peak/peak.cdd"
"${MM}/s/процесс.log"
)
# array of personal config files/directories
export RCCONFIG=(
"${MM}/Bash/Bashrc/"
@ -25,5 +28,6 @@ export RCCONFIG=(
"$LISTAHOME"
"${MM}/Fonts/figlet-fonts/"
)
# start page for lynx and possibly other browsers
export WWW_HOME="${HOME}/lynx_bookmarks.html"