Update PATH

This commit is contained in:
2022-03-18 21:36:48 +00:00
parent 85d99f660c
commit 13a80f3fc7

7
.zshrc
View File

@@ -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