1
0
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:
Sukalpo Mitra
2024-03-02 04:46:17 +08:00
committed by GitHub
parent ac7b3c4eb9
commit 13cd03a762
6 changed files with 544 additions and 2 deletions

View 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'