diff --git a/bash-conf-private/.bash_profile b/bash-conf-private/.bash_profile index 9b64bec..aade2e5 100644 --- a/bash-conf-private/.bash_profile +++ b/bash-conf-private/.bash_profile @@ -5,3 +5,5 @@ if [[ -n "$USER" ]]; then source "/home/$USER/.bashrc" fi + +export PATH="$PATH:$HOME/repos/jlink" diff --git a/navigate/.config/navigate/navigate.toml b/navigate/.config/navigate/navigate.toml index befd0e2..e1fc6e5 100644 --- a/navigate/.config/navigate/navigate.toml +++ b/navigate/.config/navigate/navigate.toml @@ -4,8 +4,9 @@ show_stack_on_pop = false show_books_on_bookmark = false [format] -stack_separator = " - " -bookmarks_separator = " - " +stack_separator = " - " +bookmarks_separator = " - " +show_home_as_tilde = true align_separators = true [styles]