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"