This commit is contained in:
Jozef Steinhübl 2023-08-14 11:13:39 +02:00
parent 96b59587a5
commit 47abe872cb

3
.zshrc
View file

@ -1,5 +1,6 @@
# 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=/usr/local/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"