Run the .bashrc and slight formatting adjustment

Slight formatting change and replaced sourcing all dotfiles with
running just the .bashrc
This commit is contained in:
2020-01-12 01:22:22 -05:00
parent 30c67915f6
commit 7edccd44e9
2 changed files with 7 additions and 6 deletions

View File

@@ -61,6 +61,6 @@ alias 'day'='redshift -x'
# SOCKS proxy over SSH
alias 'socks'='screen -dm ssh -D 1337 -q -C -N'
if [ -f ~/.other_aliases ] ; then
if [ -f ~/.other_aliases ]; then
source ~/.other_aliases
fi