From a4967156250c0bd45399fcec2fa56100a408ae32 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 15 Sep 2021 12:23:21 +0100 Subject: (General)~small changes Just check each edit, there's nothing to describe or explain here. --- Shell/.zprofile | 1 + Shell/.zshrc | 1 + 2 files changed, 2 insertions(+) (limited to 'Shell') diff --git a/Shell/.zprofile b/Shell/.zprofile index 978c0a3..5795a62 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -20,3 +20,4 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Run some programs /usr/bin/pfetch +misfortune diff --git a/Shell/.zshrc b/Shell/.zshrc index 64453e3..6a62c2c 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -128,6 +128,7 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +. $HOME/.cargo/env #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! export SDKMAN_DIR="/home/dx/.sdkman" -- cgit v1.2.3-13-gbd6f