Skip to content

Commit

Permalink
Update suspend alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Nov 23, 2023
1 parent f978145 commit f8099c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ alias psync='rsync -Pz --info=progress2'
alias pyfmt='bash -c "isort \$0 && black \$0"'
alias randn='shuf -i 1-9223372036854775807 -n 1'
alias rm='rm -I'
alias suspend='sudo systemctl suspend'
alias suspend='sudo pm-suspend-hybrid'
alias tarip='tar --strip-components=1 -x -f'
alias tgit="tsocks git"
alias timev="/usr/bin/time -v"
Expand Down
1 change: 1 addition & 0 deletions tasks/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- redhat.ansible
- redhat.vscode-yaml
- rust-lang.rust-analyzer
- ryu1kn.partial-diff
- sgryjp.vscode-stable-sort
- streetsidesoftware.code-spell-checker
- tobiasalthoff.atom-material-theme
Expand Down

0 comments on commit f8099c9

Please sign in to comment.