mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
c1736abbb6
commit
997b2ca47d
15 changed files with 41 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue