This commit is contained in:
Edu4rdSHL 2021-04-30 05:13:25 -05:00
parent c1736abbb6
commit 997b2ca47d
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
15 changed files with 41 additions and 2 deletions

View file

@ -1,7 +1,10 @@
### OWN ALIAS ###
# Alias for sudo
alias sudo='sudo --preserve-env '
#Pastes
alias rs="curl --data-binary @- https://paste.rs"
# alias rs="curl --data-binary @- https://paste.rs" # Replaced by rs() function in .bash_aliases
#Temperature
alias clima='curl wttr.in/bogota?lang=es'
@ -66,6 +69,10 @@ nspawn_root_dir="/var/lib/machines"
alias alct="sudo systemd-nspawn -D $nspawn_root_dir/ArchLinux"
alias alshell='machinectl shell edu4rdshl@ArchLinux'
# ArchLinux ARM
alias arct="sudo systemd-nspawn -D $nspawn_root_dir/ArchARM"
alias arshell='machinectl shell edu4rdshl@ArchARM'
# BlackArch
alias bact="sudo systemd-nspawn -D $nspawn_root_dir/BlackArch"
alias bashell='machinectl shell BlackArch'
@ -98,6 +105,10 @@ alias cu='checkupdates'
alias pss='pacman -Ss'
alias sa='paru -Ss'
# Alias for paru
alias yay='paru --removemake'
alias paru='paru --removemake'
# Alias for pkgfile
alias pkgfile='pkgfile -v'