Skip to content

Commit

Permalink
Update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed Nov 17, 2019
1 parent 4393277 commit 4bc797e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bash_aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =========================================================
# => .bash aliases
# => $HOME/.bash_aliases
# =========================================================


Expand Down Expand Up @@ -31,6 +31,7 @@ alias src='source ~/.bashrc'
alias aupgrade='sudo apt update && sudo apt full-upgrade'

#systemctl
alias ssc='sudo systemctl'
alias sc='systemctl'
alias scr='systemctl -t service -a --state running --no-page --no-legend'
alias scf='systemctl --failed | head -n -6 | tail -n -1'
Expand All @@ -44,7 +45,7 @@ alias cputemp='sensors | grep Core'

# network
alias gu='gitupdate'
alias myip='curl -s -m 10 https://ipinfo.io'
alias myip='curl -s https://ipinfo.io'

# archives and volumes management
alias ex='extract'
Expand All @@ -60,4 +61,3 @@ alias dc='cd ~/documents'
alias dl='cd ~/downloads'
alias p='cd ~/programming'
alias pt='cd ~/pentest'
alias pr='cd ~/pentest/reports'

0 comments on commit 4bc797e

Please sign in to comment.