From ea19f8fdd5e827d16a699ed09faab814d2bd8cc6 Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 30 Jul 2024 15:37:01 +0200 Subject: [PATCH] update bashprofile with NOTES_DIR env variable --- bash_profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index ba1ceaa..3276531 100644 --- a/bash_profile +++ b/bash_profile @@ -1,4 +1,5 @@ -export PATH=/opt/homebrew/bin:/Users/antoinelhermitte/.cargo/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin +export PATH=/opt/homebrew/bin:/Users/antoinelhermitte/.cargo/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:~/.local/bin +export NOTES_DIR=~/notes export BASH_SILENCE_DEPRECATION_WARNING=1 export SHELL=/bin/bash @@ -16,4 +17,6 @@ alias t="tmux" alias d="cd ~/dev" alias sd="cd ~ && cd \$(find . -type d | fzf)" alias c="clear" +alias act="source env/bin/activate" eval "$(starship init bash)" +eval "$(fzf --bash)"