Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifcruz committed Jul 24, 2021
1 parent 8a0cb17 commit 2463f38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
@@ -1,4 +1,5 @@
export ZSH="/home/luigi/.oh-my-zsh"
export TERM=xterm-256color

ZSH_THEME="robbyrussell"

Expand All @@ -15,3 +16,5 @@ plugins=(
if [ "$TMUX" = "" ]; then tmux; fi

source $ZSH/oh-my-zsh.sh

PATH=$PATH:/opt/Xilinx/Vivado/2021.1/bin

0 comments on commit 2463f38

Please sign in to comment.