Only include additional aliases if the file exists
This commit is contained in:
parent
27ef0d98fa
commit
30c67915f6
@ -61,4 +61,6 @@ alias 'day'='redshift -x'
|
|||||||
# SOCKS proxy over SSH
|
# SOCKS proxy over SSH
|
||||||
alias 'socks'='screen -dm ssh -D 1337 -q -C -N'
|
alias 'socks'='screen -dm ssh -D 1337 -q -C -N'
|
||||||
|
|
||||||
source ~/.other_aliases
|
if [ -f ~/.other_aliases ] ; then
|
||||||
|
source ~/.other_aliases
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user