From 4d10ff9d85a2806ab1fe3095af7bfc38abd2fe0e Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 13 Jan 2025 19:37:37 -0500 Subject: [PATCH] save --- zsh/.motd | 1 - zsh/.zshrc | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 zsh/.motd diff --git a/zsh/.motd b/zsh/.motd deleted file mode 100644 index 3a62d9c..0000000 --- a/zsh/.motd +++ /dev/null @@ -1 +0,0 @@ -Jeg tror derfor jeg er det diff --git a/zsh/.zshrc b/zsh/.zshrc index 137bf24..ae9d913 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -32,12 +32,6 @@ export PATH=$JAVA_HOME/bin:$PATH eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" -function qs() { - git add . - git commit -m "save" - git push -} - function take() { mkdir $1 && cd $1 } @@ -48,5 +42,3 @@ function retake() { function clip() { cat $1 | clip.exe } - -fastfetch