From af462221d91e8c436c6e91eac0fb427d50ee491c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 27 Jul 2018 10:57:02 -0400 Subject: bashrc: new functions --- dot/bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dot/bashrc') diff --git a/dot/bashrc b/dot/bashrc index 510516c..64fd235 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -318,3 +318,13 @@ webterm() read line PATH="/usr/lib/xorg:$PATH" xpra stop } + +tmux_clone() +{ + tmux new-session -t 0 -s 1 +} + +wifi_AP () +{ + /sbin/iw dev wlan0 info | sed -n 's/^\taddr //p' +} -- cgit v1.2.3