This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#format = """ | |
#[╭─user───❯](bold blue) $username | |
#[┣─system─❯](bold yellow) $hostname | |
#[┣─project❯](bold red) $directory$rust$git_branch$git_status$package$golang$terraform$docker_context$python$docker_context$nodejs | |
#[╰─cmd────❯](bold green) | |
#""" | |
[username] | |
style_user = "green bold" | |
style_root = "red bold" | |
format = "[$user]($style) " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
#export PATH=$HOME/bin:/usr/local/bin:/usr/local/lib/python3.7/site-packages:$PATH | |
#export PATH=/usr/local/lib/python3.7/site-packages:$PATH | |
export DEVKITPRO=/opt/devkitpro/ | |
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) | |
export PATH=/Library/Java/JavaVirtualMachines/bin:$PATH | |
export PATH="$PATH:/Users/z0yac/Documents/ghidra_10.0.4_PUBLIC" | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/z0yac/.oh-my-zsh" | |
#export LUA_CPATH="/usr/local/opt/lua/include/lua5.4" |