mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Better ordering
This commit is contained in:
+4
-4
@@ -2,10 +2,10 @@
|
|||||||
export SUDO_EDITOR="$EDITOR"
|
export SUDO_EDITOR="$EDITOR"
|
||||||
export BAT_THEME=ansi
|
export BAT_THEME=ansi
|
||||||
|
|
||||||
# Duplicated from .config/uwsm/env so SSH works too
|
|
||||||
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
|
||||||
export PATH=$OMARCHY_PATH/bin:$PATH:$HOME/.local/bin
|
|
||||||
|
|
||||||
# Color man pages with bat
|
# Color man pages with bat
|
||||||
export MANROFFOPT="-c"
|
export MANROFFOPT="-c"
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|
||||||
|
# Duplicated from .config/uwsm/env so SSH works too
|
||||||
|
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
||||||
|
export PATH=$OMARCHY_PATH/bin:$PATH:$HOME/.local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user