Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fish/.abbr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ abbr --add go-api 'cd $WORK_SRC/cohorts-api'
abbr --add go-hde 'cd $WORK_SRC/health-data-engine'
abbr --add find-empty-folders 'find . -type d -empty'
abbr --add lab-wol 'wakeonlan -i 192.168.160.255 b0:82:e2:3c:6f:61'
abbr --add lab2-wol 'wakeonlan -i 192.168.160.255 04:d4:c4:4a:9f:2b'

# Kubernetes aliases, not in use right now
# abbr --add kp 'kubectl -n prod'
Expand Down
Loading