ctrl k
  • bash/bash_aliases
    ■ ■ ■ ■ ■
    skipped 92 lines
    93 93  alias psg='ps aux | grep'
    94 94  alias ipinfo="curl ifconfig.me && curl ifconfig.me/host"
    95 95  alias alert='notify-send -i "$([ $? = 0 ] && echo terminal || echo error)" "$(cat $HOME/.zsh_history|tail -n1|cut -d'\'';'\'' -f2-|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
    96  -alias fuck='sudo /usr/bin/zsh -c "$(fc -rnl| head -1)"'
    97 96  alias sudoe='sudo -E'
    98 97  alias suroot='sudo -E su -p'
    99 98  mcd() {
    skipped 234 lines
Please wait...
Page is in error, reload to recover