diff --git a/.zshrc b/.zshrc index baaae8b..30a1142 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] fi # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=/opt/cuda/bin:$HOME/.local/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="/home/nick/.oh-my-zsh" @@ -107,10 +107,11 @@ export EDITOR=nano # export ARCHFLAGS="-arch x86_64" # For a full list of active aliases, run `alias`. -alias lt='ls --human-readable --size -1 -Sa --classify' +alias la='ls -la --human-readable' alias neo='neofetch' alias fetch='neofetch' +alias tor='sudo /usr/bin/tor' +alias ssh='TERM=xterm-256color ssh' # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh -