Skip to content

Commit 0916e03

Browse files
authored
Update .bashrc
1 parent 67e2ca6 commit 0916e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Linux/.bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#-------------------------------------------------------------------------------#
1717
#shellcheck disable=SC1090,SC1091,SC2034,SC2142,SC2148
18+
export BASHRC_SRC_VER="v0.0.1"
1819
##Is Interactive?
1920
export BASH_IS_INTERACTIVE="0"
2021
case $- in
@@ -149,6 +150,7 @@ if [[ -f "${HOME}/.bash_aliases" ]]; then
149150
. "${HOME}/.bash_aliases"
150151
fi
151152
alias apptainer_run='unshare -r apptainer run --allow-setuid --keep-privs --writable'
153+
alias bashrc_version='echo "${BASHRC_SRC_VER}"'
152154
alias bat='batcat'
153155
alias benchmarkQ='curl -qfsSL bench.sh | bash'
154156
alias benchmarkX='curl -qfsSL yabs.sh | bash -s -- -i'

0 commit comments

Comments
 (0)