Skip to content

Commit 013b83b

Browse files
devydevy
authored andcommitted
update aliases
1 parent 63bbc13 commit 013b83b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

aliases.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ alias ve="source .venv/bin/activate"
152152
alias py="python3"
153153

154154
# FastAPI
155-
alias fd="fastapi dev app/main.py"
155+
# alias fd="fastapi dev app/main.py"
156156

157157
# Clean Modules (and run yarn)
158158
alias clean="rm -rf node_modules && yarn"
@@ -246,3 +246,6 @@ alias t="tmux"
246246
alias tks="tmux kill-server"
247247
alias ta="tmux attach -t"
248248
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

Comments
 (0)