summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-12-11 12:06:05 -0700
committerJordan <me@jordan.im>2021-12-11 12:06:05 -0700
commit235c9f69eaf22909a23263fb5645cb6fd4b5a0cb (patch)
tree79169a73f439852ee75123a913418f9612c2041f /.zshrc
parent6922bb9c8d4a2cb08a20f222dfd506dcaf8417bd (diff)
downloaddotfiles-235c9f69eaf22909a23263fb5645cb6fd4b5a0cb.tar.gz
dotfiles-235c9f69eaf22909a23263fb5645cb6fd4b5a0cb.zip
zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 33e3046..f9c589d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -17,6 +17,12 @@ export GOROOT=/home/jordan/.local/go
alias ls="ls --color=auto"
alias redshift="redshift -c ~/.config/redshift/redshift.conf 2>/dev/null 1>&2 &"
alias rd="rd -B lynx"
+alias mtr="mtr --curses"
+alias wget-cd="wget --content-disposition"
+alias warcs="b2 ls bucket-name dir-path"
+alias warcs-ia="ia search 'uploader:example@example.com' --itemlist"
+alias discord="/snap/bin/discord --disable-smooth-scrolling --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy"
+alias discord-alt="discord-ptb --disable-smooth-scrolling --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy"
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'