modified config
This commit is contained in:
parent
578493295a
commit
055bc550a8
3 changed files with 9 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
#
|
#
|
||||||
|
|
||||||
~/.profile
|
source ~/.profile
|
||||||
|
|
3
.profile
3
.profile
|
@ -9,3 +9,6 @@ export PATH=$PATH:/home/ltc/bin
|
||||||
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||||
|
|
||||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
|
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
|
||||||
|
|
||||||
|
[[ -n "$TMUX" ]] && source .bashrc
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,8 @@ Host git-tor-alias
|
||||||
User gitserv
|
User gitserv
|
||||||
HostName ltcpiz23dznrv62p.onion
|
HostName ltcpiz23dznrv62p.onion
|
||||||
ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p
|
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
|
||||||
|
|
Loading…
Reference in a new issue