Skip to content

Commit

Permalink
reboot and shutdown alias
Browse files Browse the repository at this point in the history
  • Loading branch information
corgan2222 committed Jun 24, 2024
1 parent 4c563ee commit 21f8664
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/.dot/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ alias cd_Aptlist='cd /etc/apt/'
alias cd_git='cd "$HOME"/git'
alias cd_Scripts='cd $HOME/git/scripts'

alias ssdn='sudo shutdown now'
alias ssrn='sudo reboot now'

# ------------------------------------------------------------------------------
# | Search and Find |
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 21f8664

Please sign in to comment.