Update command and DWM install fix on ubuntu

This commit is contained in:
2024-09-27 00:47:57 +01:00
parent fac06d43be
commit 630a5139db
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
export EDITOR="nvim"
export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ "
update() {
sudo apt update
sudo apt upgrade
sudo apt full-upgrade
sudo apt autoremove
sudo apt autoclean
}
extract() {
if [ -f $1 ]; then
case $1 in