summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4a9729e..f738700 100644
--- a/.bashrc
+++ b/.bashrc
@@ -16,6 +16,9 @@ alias gitstat='git status'
alias ip='ip --color=auto'
function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & }
alias open=my_xdg_open
+alias wsc='grim -g "$(slurp)" - | wl-copy'
+alias wss='grim -g "$(slurp)"'
+alias jupy='jupyter notebook'
PATH=$PATH:~/bin