Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77d3404812 | |||
| a598dcd1fc | |||
| 6f574b81e0 |
@ -5,6 +5,13 @@ export SUDO_EDITOR=/usr/bin/nvim
|
||||
export XDG_CURRENT_DESKTOP=Sway
|
||||
export HOMEBREW_NO_AUTO_UPDATE=true
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
# Created by `pipx` on 2024-10-08 14:33:09
|
||||
export PATH="$PATH:/Users/nikitabykov/.local/bin"
|
||||
|
||||
# >>> coursier install directory >>>
|
||||
export PATH="$PATH:/Users/nikitabykov/Library/Application Support/Coursier/bin"
|
||||
# <<< coursier install directory <<<
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
||||
exec sway
|
||||
|
||||
Reference in New Issue
Block a user