From 48689e8254aac58407bb35b3ced0c48977bb47ca Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Thu, 31 Aug 2023 13:52:15 +0200 Subject: [PATCH 1/2] added picom for laptop --- .config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index ede6123..f727a64 120000 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1 +1 @@ -picom.conf##class.arch_desktop \ No newline at end of file +picom.conf##class.arch_laptop \ No newline at end of file From 632910d1c9d2ba01365a328830aed2002791335b Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Fri, 1 Sep 2023 17:08:31 +0200 Subject: [PATCH 2/2] added sudo alias to zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 7cd95b8..2527895 100644 --- a/.zshrc +++ b/.zshrc @@ -150,6 +150,7 @@ bindkey '^[[3~' delete-char powerline-config tmux setup alias vim=nvim +alias sudo='sudo ' # add the custom functions from the .custom_functions file custom_func_dir=$HOME/.scripts