summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-05 09:13:17 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-03-05 09:13:17 +0100
commit1b235f424130b7a7f89fe12090bf76e54a39586b (patch)
tree20da83bbeaee01093f1d988ea14bca12cd6cc56f
parent283894972901c89eb37d2618b6799ac5e7d5a01d (diff)
downloaddotfiles-1b235f424130b7a7f89fe12090bf76e54a39586b.tar
dotfiles-1b235f424130b7a7f89fe12090bf76e54a39586b.tar.zst
dotfiles-1b235f424130b7a7f89fe12090bf76e54a39586b.zip
Add Jupyter Notebook alias
-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