We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab42bb commit 1327d70Copy full SHA for 1327d70
aliases.sh
@@ -36,8 +36,7 @@ alias bri="brew install"
36
alias bric="brew install --cask"
37
alias brui="brew uninstall"
38
alias brs="brew services"
39
-# source: https://blog.jpalardy.com/posts/untangling-your-homebrew-dependencies/
40
-alias brew:graph="brew graph --installed --highlight-leaves | fdp -T png -o graph.png"
+alias brup="brew upgrade"
41
42
# Sketchybar
43
alias rs="brew services restart sketchybar"
@@ -303,6 +302,7 @@ alias tls="tmux list-sessions"
303
302
alias tt="tmux attach -t 0" # add after ta alias
304
alias tka="tmux kill-session -a"
305
alias tkse="tmux kill-session -t"
+alias t4="ta 420"
306
307
# Qutebrowser
308
alias qb="qutebrowser"
0 commit comments