mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-04 15:42:07 +08:00
New docker image syno-toolkit
This commit is contained in:
10
docker/syno-toolkit/rootfs/etc/profile.d/login.sh
Normal file
10
docker/syno-toolkit/rootfs/etc/profile.d/login.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
[[ "$-" != *i* ]] && return
|
||||
export LS_OPTIONS='--color=auto'
|
||||
export SHELL='linux'
|
||||
eval "`dircolors`"
|
||||
alias ls='ls -F -h --color=always -v --author --time-style=long-iso'
|
||||
alias ll='ls -l'
|
||||
alias l='ls -l -a'
|
||||
alias h='history 25'
|
||||
alias j='jobs -l'
|
||||
export PATH="/opt/${PLATFORM}/bin:${PATH}"
|
||||
Reference in New Issue
Block a user