Removal of flatpak
This commit is contained in:
parent
497ac26bc6
commit
6c50e64c92
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ abbr vs 'code .'
|
||||||
abbr untgz 'tar -xvzf'
|
abbr untgz 'tar -xvzf'
|
||||||
abbr cd.. 'cd ..'
|
abbr cd.. 'cd ..'
|
||||||
# Exclu Linux
|
# Exclu Linux
|
||||||
abbr bigupdate 'sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo snap refresh && sudo flatpak update'
|
abbr bigupdate 'sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo snap refresh'
|
||||||
|
# && sudo flatpak update'
|
||||||
abbr d 'nautilus . > /dev/null 2>&1 &;disown'
|
abbr d 'nautilus . > /dev/null 2>&1 &;disown'
|
||||||
abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify > /dev/null 2>&1 &;disown'
|
abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify > /dev/null 2>&1 &;disown'
|
||||||
# Exclu WSL
|
# Exclu WSL
|
||||||
|
|
Reference in a new issue