mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
858ba2bab3
commit
3d9e7c5e32
4 changed files with 12 additions and 2 deletions
|
|
@ -93,8 +93,9 @@ alias longdirs='du -hca ./ | sort -n -r | head -n 20'
|
|||
alias longfiles="find ./ -printf '%s %p\n'| sort -nr | head -20"
|
||||
|
||||
# Alias for pacman
|
||||
alias uparch='sudo pacman -Syu --noconfirm'
|
||||
alias pss='pacman -Ss'
|
||||
alias u='paru -Syu --noconfirm'
|
||||
alias cu='checkupdates'
|
||||
alias pss='paru -Ss'
|
||||
|
||||
# Alias for pkgfile
|
||||
alias pkgfile='pkgfile -v'
|
||||
|
|
|
|||
5
user-config/bash_functions
Normal file
5
user-config/bash_functions
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
nscopy() {
|
||||
machinectl copy-to $1 $2 $3/${2##*/}
|
||||
}
|
||||
|
|
@ -113,6 +113,7 @@ alias l='ls -CF'
|
|||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
. ~/.bash_private_aliases
|
||||
. ~/.bash_functions
|
||||
fi
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
|
|
|
|||
3
user-config/chrome-flags.conf
Normal file
3
user-config/chrome-flags.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
--use-gl=desktop
|
||||
--disable-gpu-driver-bug-workarounds
|
||||
--enable-oop-rasterization
|
||||
Loading…
Add table
Add a link
Reference in a new issue