Skip to content

Commit

Permalink
Change filter order
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jan 25, 2025
1 parent 998d1cd commit 52916ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.local/bin/start-tailproxy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alias tailproxy-kill="tmux kill-session -t $SESSION"
alias tailproxy="tailscale -socket $STATEDIR/userspace.sock"

_tailproxymull() {
tailproxy set --exit-node $(tp exit-node list | grep mull | awk '{print $2}' | fzf)
tailproxy set --exit-node $(tp exit-node list | grep mull | fzf | awk '{print $2}')
}
alias tailproxy-mull="_tailproxymull"

Expand Down

0 comments on commit 52916ea

Please sign in to comment.