From e38491d9e3c3710786f4d15b0ec8ef3bf9e405ed Mon Sep 17 00:00:00 2001 From: xenia Date: Mon, 24 Jun 2024 21:53:20 +0200 Subject: [PATCH] Don't mkdir XDG_RUNTIME_DIR --- dotfiles/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index d8eb8cfc..b018a5b5 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -3,8 +3,6 @@ export PATH="$HOME/.cargo/bin:$PATH" export PATH="/Applications/ARM/bin:$PATH" -mkdir -p "$XDG_RUNTIME_DIR" - alias ls="ls --color=auto" alias bashcols="python3 ~/cloud/Projekt/Programmering/Python/BashCols.py" alias bashcurmov="python3 ~/cloud/Projekt/Programmering/Python/Bashcurmoves.py"