We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bbc13 commit 013b83bCopy full SHA for 013b83b
1 file changed
aliases.sh
@@ -152,7 +152,7 @@ alias ve="source .venv/bin/activate"
152
alias py="python3"
153
154
# FastAPI
155
-alias fd="fastapi dev app/main.py"
+# alias fd="fastapi dev app/main.py"
156
157
# Clean Modules (and run yarn)
158
alias clean="rm -rf node_modules && yarn"
@@ -246,3 +246,6 @@ alias t="tmux"
246
alias tks="tmux kill-server"
247
alias ta="tmux attach -t"
248
alias rs="brew services restart sketchybar"
249
+alias go-tests="cd ~/Documents/Projects/playground/go-tests"
250
+alias vt="v ~/dotfiles/config/stow/tmux/.tmux.conf"
251
+alias tms="tmux source-file ~/.tmux.conf"
0 commit comments