Skip to content

Commit c790ad9

Browse files
committed
On Linux update alias
update proxy port
1 parent 484802a commit c790ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ elif [[ $SYSTEM == "Android" ]]; then
443443
elif [[ $SYSTEM == "Linux" ]]; then
444444
alias o='nautilus'
445445
alias o.='nautilus .'
446-
alias px='set_proxy http://127.0.0.1:1089'
446+
alias px='set_proxy http://127.0.0.1:10809'
447447
alias upx=unset_proxy
448448
elif [[ $SYSTEM == "Darwin" ]]; then
449449
alias sshon='sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist'

0 commit comments

Comments
 (0)