mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
This prevents gh auth login from working without an existing open browser
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
# Changes require a restart to take effect.
|
|
|
|
# Install other terminals via Install > Terminal
|
|
export TERMINAL=xdg-terminal-exec
|
|
|
|
# Used by terminal programs (like gh) to open URLs detached from the terminal process tree
|
|
export BROWSER=omarchy-launch-browser
|
|
|
|
# Use code for VSCode
|
|
export EDITOR=nvim
|
|
|
|
# Use a custom directory for screenshots (remember to make the directory!)
|
|
# export OMARCHY_SCREENSHOT_DIR="$HOME/Pictures/Screenshots"
|
|
|
|
# Use a custom directory for screenrecordings (remember to make the directory!)
|
|
# export OMARCHY_SCREENRECORD_DIR="$HOME/Videos/Screencasts"
|