windvn/shell

11 lines
407 B
Plaintext
Raw Normal View History

2022-08-04 20:56:02 +00:00
#!/bin/bash
2022-08-10 00:00:49 +00:00
export WDVN_NAME="windvn"
export WDVN_URL="http://deb.devuan.org/merged"
export WDVN_VER="chimaera"
2022-05-10 10:50:10 +00:00
2022-08-25 08:37:54 +00:00
export WDVN_DATE="$(date --utc "+%Y.%m.%d-%H.%M.%S")"
2022-08-10 00:00:49 +00:00
export WDVN_PID="$BASHPID"
export PATH="$(dirname "$(realpath -s "$BASH_SOURCE")")/path:$PATH"
2022-11-07 23:34:22 +00:00
source "wdvn-env-i386"
2022-09-22 07:34:42 +00:00
export WDVN_FULLNAME=
export PS1="\[\033[0;35m\]\$(wdvn-name)\[\033[0m\]:\[\033[0;37m\]\$(basename -- \$PWD)\[\033[0m\]> "