This commit is contained in:
foozzi 2024-07-27 21:50:41 +02:00
parent 827576fe91
commit 617754dfd4
3 changed files with 6 additions and 5 deletions

View file

@ -14,8 +14,9 @@
############################################################################### ###############################################################################
export NB_DIR="${NB_DIR:-/Users/fz0x1/Dropbox/TextSync/NOTES}" # Set by `nb` • Tue Feb 27 09:55:17 EST 2024 export NB_DIR="${NB_DIR:-/Users/fz0x1/Dropbox/TextSync/NOTES}" # Set by `nb` • Tue Feb 27 09:55:17 EST 2024
export EDITOR="nvim" # Set by `nb` • Thu Mar 14 11:06:48 PM EDT 2024
export NB_PINNED_PATTERN="#pinned" export NB_PINNED_PATTERN="#pinned"
export NB_MARKDOWN_TOOL="glow"
export NB_COLOR_THEME="${NB_COLOR_THEME:-forest}" # Set by `nb` • Sat Mar 16 16:59:26 EDT 2024 export NB_COLOR_THEME="${NB_COLOR_THEME:-forest}" # Set by `nb` • Sat Mar 16 04:55:25 PM EDT 2024
export NB_BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox"
export EDITOR="nvim" # Set by `nb` • Sat Mar 16 16:59:45 EDT 2024

View file

@ -9,4 +9,4 @@ fi
## python 3.11 ## python 3.11
export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH
## docker on apple silicon ## docker on apple silicon
export DOCKER_DEFAULT_PLATFORM=linux/amd64 # export DOCKER_DEFAULT_PLATFORM=linux/amd64