mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
add browser variable
This commit is contained in:
parent
a3ff05b40c
commit
29cf53f5f6
@ -8,6 +8,7 @@ set -U PROJ $HOME/dev/work
|
|||||||
set -Ux NOTES_PATH "$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/notes" # Notes directory
|
set -Ux NOTES_PATH "$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/notes" # Notes directory
|
||||||
set -Ux MANPAGER "nvim +Man!" # Used for reading man pages
|
set -Ux MANPAGER "nvim +Man!" # Used for reading man pages
|
||||||
set -Ux DIRENV_LOG_FORMAT "" # Disable direnv output
|
set -Ux DIRENV_LOG_FORMAT "" # Disable direnv output
|
||||||
|
set -Ux BROWSER "/Applications/Firefox.app/Contents/MacOS/firefox"
|
||||||
|
|
||||||
# Load abbreviations
|
# Load abbreviations
|
||||||
abbrs
|
abbrs
|
||||||
|
Loading…
Reference in New Issue
Block a user