File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -113,4 +113,5 @@ export PYTHONIOENCODING=UTF-8
113113# alias ohmyzsh="mate ~/.oh-my-zsh"
114114
115115# Personal NAS
116- alias nas='aws --endpoint-url https://minio.monologg.synology.me --region ap-northeast-2 s3'
116+ export NAS_URL=""
117+ alias nas='aws --endpoint-url $NAS_URL --region ap-northeast-2 s3'
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export PYTHONIOENCODING=UTF-8
113113# alias ohmyzsh="mate ~/.oh-my-zsh"
114114
115115# Personal NAS
116- alias nas='aws --endpoint-url https://minio.monologg.synology.me --region ap-northeast-2 s3'
116+ export NAS_URL=""
117+ alias nas='aws --endpoint-url $NAS_URL --region ap-northeast-2 s3'
117118
118119export PATH="/home/${USER}/.local/bin:$PATH"
You can’t perform that action at this time.
0 commit comments