Skip to content

Commit

Permalink
calling /etc/skel/.bashrc in bashrc.felles (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnny Niklasson <jnk@ssb.no>
  • Loading branch information
ssb-jnk and ssb-jnk authored Sep 23, 2022
1 parent 9db9f8e commit 085d0fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/jupyterlab/bashrc.felles
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export ORACLE_HOME=/usr/lib/oracle/21/client64
export TNS_ADMIN=/usr/lib/oracle/21/client64/lib/network
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/oracle/21/client64/lib

# sourcing the default .bashrc from jupyterlab-common
. /etc/skel/.bashrc

# Calling check-git-config.sh
CHECK_GIT_CONFIG_FILE=/usr/local/bin/check-git-config.sh
if [ -f $CHECK_GIT_CONFIG_FILE ]; then
Expand Down

0 comments on commit 085d0fc

Please sign in to comment.