Update PATH
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If you come from bash you might have to change your $PATH.
|
# 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.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/nick/.oh-my-zsh"
|
export ZSH="/home/nick/.oh-my-zsh"
|
||||||
@@ -107,10 +107,11 @@ export EDITOR=nano
|
|||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
# For a full list of active aliases, run `alias`.
|
# 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 neo='neofetch'
|
||||||
alias fetch='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.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user