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