mirror of
https://github.com/sismics/docs.git
synced 2025-12-20 21:21:55 +00:00
Self contained Teedy Dockerfile (#745)
This commit is contained in:
5
docker/etc/bashrc.d/init.sh
Normal file
5
docker/etc/bashrc.d/init.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
export SHELL=/bin/bash
|
||||
export LS_OPTIONS='--color=auto'
|
||||
eval "`dircolors /etc/dircolors`"
|
||||
alias ls='ls $LS_OPTIONS'
|
||||
alias ll='ls -l'
|
||||
Reference in New Issue
Block a user