summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot/bashrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 510516c..64fd235 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -318,3 +318,13 @@ webterm()
318 read line 318 read line
319 PATH="/usr/lib/xorg:$PATH" xpra stop 319 PATH="/usr/lib/xorg:$PATH" xpra stop
320} 320}
321
322tmux_clone()
323{
324 tmux new-session -t 0 -s 1
325}
326
327wifi_AP ()
328{
329 /sbin/iw dev wlan0 info | sed -n 's/^\taddr //p'
330}