This commit is contained in:
Edu4rdSHL 2021-04-14 22:26:28 -05:00
parent 849d346b6f
commit 4be87f8a7c
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
3 changed files with 14 additions and 1 deletions

View file

@ -47,7 +47,7 @@ alias gpush='git push'
alias gpull='git pull'
# Alias for git commit -m
alias gcommit='git commit -m'
alias gcommit='git commit -S -m'
# Alias to kill Signal Private Messenger when crashed
alias ksignal='killall -9 signal-desktop'

View file

@ -112,10 +112,22 @@ alias l='ls -CF'
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
if [ -f ~/.bash_private_aliases ]; then
. ~/.bash_private_aliases
fi
if [ -f ~/.bash_functions ]; then
. ~/.bash_functions
fi
# https://repo.cykerway.com/complete-alias
if [ -f /usr/share/bash-complete-alias/complete_alias ]; then
. /usr/share/bash-complete-alias/complete_alias
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).

View file

@ -5,5 +5,6 @@
--smooth-scrolling
--enable-gpu-rasterization
--enable-zero-copy
--enable-accelerated-video-decode
--enable-features=LazyImageLoading,NativeNotifications,ParallelDownloading,WebUIDarkMode,ReadLater,VaapiVideoDecoder
--disable-features=HardwareMediaKeyHandling