From 235c9f69eaf22909a23263fb5645cb6fd4b5a0cb Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 11 Dec 2021 12:06:05 -0700 Subject: zshrc --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zshrc') 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)/' -- cgit v1.2.3-54-g00ecf