mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 14:52:05 +08:00
New docker image syno-toolkit
This commit is contained in:
9
docker/syno-compiler/files/etc/profile.d/login.sh
Normal file
9
docker/syno-compiler/files/etc/profile.d/login.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
[[ "$-" != *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'
|
||||
Reference in New Issue
Block a user