mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-06 06:13:10 +07:00
Self contained Teedy Dockerfile (#745)
This commit is contained in:
@@ -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