diff --git a/.bash_profile b/.bash_profile index acf5c57..83561c7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,4 +2,4 @@ # ~/.bash_profile # -~/.profile +source ~/.profile diff --git a/.profile b/.profile index b5cd2be..e507486 100755 --- a/.profile +++ b/.profile @@ -9,3 +9,6 @@ export PATH=$PATH:/home/ltc/bin [ -f ~/.bashrc ] && source "$HOME/.bashrc" [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx + +[[ -n "$TMUX" ]] && source .bashrc + diff --git a/.ssh/config b/.ssh/config index 5bfd3e5..01d32f3 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,3 +4,8 @@ Host git-tor-alias User gitserv HostName ltcpiz23dznrv62p.onion ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p + +Host black-tor-alias +User yali +HostName black6kfjetfuzaeozz7fs53whh7xtd4e27telrf5fg5kgdt5ah5plad.onion +ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p