shell -> bash -> aliases: Added termux ssha alias
This commit is contained in:
parent
01d7988d3c
commit
6713a2422c
1 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ alias l="ls -alh --color=auto"
|
||||||
alias tld="tree -L 2"
|
alias tld="tree -L 2"
|
||||||
|
|
||||||
alias mnt-s3="s3fs public ${S3_MOUNTPOINT} -o passwd_file=${HOME}/.passwd-s3fs -o host=${S3_HOST} -o endpoint=${S3_ENDPOINT}"
|
alias mnt-s3="s3fs public ${S3_MOUNTPOINT} -o passwd_file=${HOME}/.passwd-s3fs -o host=${S3_HOST} -o endpoint=${S3_ENDPOINT}"
|
||||||
|
|
||||||
|
# Termux related
|
||||||
|
if command -v ssha &> /dev/null; then
|
||||||
|
alias ssh="ssha"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue