From f314f8f8a9a4e712a64a6eff499d50ae6c7162b7 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 19 Oct 2023 06:19:35 +1030 Subject: [PATCH] minor updates --- .config/shell/aliasrc | 3 ++- .config/shell/profile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index e03e3a9..dd37d68 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -62,7 +62,8 @@ alias \ myip="curl api.ipify.org" \ cls="clear" \ c="clear" \ - cdc="cd && clear" + cdc="cd && clear" \ + \?="duck" # git aliases alias \ diff --git a/.config/shell/profile b/.config/shell/profile index c00ab5c..0ae9deb 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -62,6 +62,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export ZK_NOTEBOOK_DIR="$HOME/notes/zk" export REPOS="$HOME/repos" export GITUSER="inkletblot" +export NOTE_DIR="$HOME/notes/" # This is something luke smith has in his profile (which I have stolen, it's nice but # doesn't work very nicely with my login manager, lightdm, and I prefer to just run