Skip to content

Instantly share code, notes, and snippets.

@portobanco51
Last active May 28, 2024 14:21
Show Gist options
  • Save portobanco51/0b77cf8a8436ef4a8d5bc97a6cb94e41 to your computer and use it in GitHub Desktop.
Save portobanco51/0b77cf8a8436ef4a8d5bc97a6cb94e41 to your computer and use it in GitHub Desktop.
Copy aliases on ~/.bashrc file, source it, enjoy
[ ALIASES ]
alias commands='cd /usr/local/bin'
alias aliases='se ~/.bashrc'
alias desktop='cd /mnt/c/Users/porto/desktop'
alias diff='diff --color=auto'
alias e='nano '
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias i='sudo apt install '
alias ip='ip --color=auto'
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -l'
alias ls='ls --color=auto'
alias se='sudo nano '
alias st='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -'
alias weather='curl wttr.in'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment