Skip to content

Commit

Permalink
Misc Aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed May 6, 2021
1 parent b86c9d5 commit 7b9917b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ alias safeshutdown="osascript -e 'tell app \"System Events\" to shut down'"
alias sleepnow="pmset sleepnow"
alias displaysleepnow="pmset displaysleepnow"

alias nvm_upgrade_stable="nvm install stable --reinstall-packages-from=$(nvm current)"

alias timemachine_info="sudo tmutil listbackups"
alias timemachine_start="sudo tmutil startbackup"
alias timemachine_stop="sudo tmutil stopbackup"
Expand All @@ -30,6 +32,7 @@ alias simshot="xcrun simctl io booted screenshot" # output-path
alias simaddmedia="xcrun simctl addmedia booted" # path-to-media
alias simopenurl="xcrun simctl openurl booted" # url
alias simappcontainer="xcrun simctl get_app_container booted" # com.bundle.identifier
alias lsregister=/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister

# Open Xcodeworkspace but fallback to xcodeproj
# alias xcp="open *.xc*"
Expand Down

0 comments on commit 7b9917b

Please sign in to comment.