From b0a029edc12ef11908cfb64d05112fcbc13fbedd Mon Sep 17 00:00:00 2001 From: piccihud Date: Sat, 12 Oct 2024 15:24:40 +0200 Subject: [PATCH] update dotfiles --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3eb85ba..a50309c 100644 --- a/.bashrc +++ b/.bashrc @@ -132,9 +132,11 @@ alias autoremove="sudo apt autoremove -y" alias autoclean="sudo apt autoclean -y" alias autopurge="sudo apt autopurge -y" alias search="apt search" +alias codium="flatpak run com.vscodium.codium-insiders alias v="vim 2> /dev/null" alias sv="sudo vim 2> /dev/null" alias files_replace_space='for f in *\ *; do mv "$f" "${f// /_}"; done' +alias dtrash="rm -rf .local/share/Trash/files/*" alias ga="git add" alias push="git push -u origin master" alias pull="git pull" @@ -142,7 +144,6 @@ alias gs="git status" alias gm="git commit -m" alias ipc="ip --color a" alias ss="scrcpy -S" -alias weather="curl https://wttr.in/Sacile" alias nn="ncdu --color dark" alias pd="pandoc -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true"