Compare commits
No commits in common. "f3908bf6e644a3d0ed31f4ab97b3a012023487f2" and "b99087d3bad3a76b4f8aba35eec1d26a0fd53fca" have entirely different histories.
f3908bf6e6
...
b99087d3ba
2 changed files with 1 additions and 2 deletions
|
@ -10,4 +10,3 @@ alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"
|
|||
alias piastart="sudo VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=flase PIA_DNS=true PIA_USER=p7769426 PIA_PASS=2ZZtyE4Ujz ./run_setup.sh"
|
||||
alias piastop="wg-quick down pia"
|
||||
alias sshjed="ssh -p 1919 emge@5.161.121.19"
|
||||
alias sshus="ssh -p 1919 mg@10.50.50.50"
|
||||
|
|
|
@ -14,6 +14,6 @@ starship init fish | source
|
|||
# import bash_aliases
|
||||
source ~/.bash_aliases
|
||||
|
||||
set -gx EDITOR hx
|
||||
set -gx EDITOR nvim
|
||||
|
||||
set -gx DATABASE_URL user=miniflux password=Z5l3KVoEXY dbname=miniflux sslmode=disable
|
||||
|
|
Loading…
Add table
Reference in a new issue