summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-27 10:57:02 -0400
committerAndrew Cady <d@jerkface.net>2018-07-27 10:57:02 -0400
commitaf462221d91e8c436c6e91eac0fb427d50ee491c (patch)
treeab77e6df2094b60e0dd6eeaae9d2b01e57f32e78 /dot/bashrc
parent8c59e9b72a2994a25fce5f7408c9d0f35b1c4661 (diff)
bashrc: new functions
Diffstat (limited to 'dot/bashrc')
-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}