summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-08-19 15:09:50 -0400
committerAndrew Cady <d@jerkface.net>2019-08-19 15:09:50 -0400
commit4ca7908c5713cf1cdd142efd54b04c08ff8b9c7b (patch)
tree066acf38649549c6bef3c8abd4554dfcb5390917 /dot/bashrc
parent0d75f1a3e3b64e73b5d3d4bd8618abba5f534a96 (diff)
various changes
Diffstat (limited to 'dot/bashrc')
-rw-r--r--dot/bashrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 19bf544..1c2a83c 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -390,3 +390,11 @@ subvolify()
390 mv "$path" "$path".subvol~ 390 mv "$path" "$path".subvol~
391 mv "$path".subvol "$path" 391 mv "$path".subvol "$path"
392} 392}
393
394fkill()
395{
396 killall "$@" firefox-bin 'Web Content' WebExtensions
397}
398
399alias fstop='fkill -STOP'
400alias fcont='fkill -CONT'