mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-02 12:54:39 +00:00
10 lines
324 B
Fish
10 lines
324 B
Fish
# PATHS #
|
|
set -gx ANDROID_HOME $D/Installs/Android/sdk
|
|
set fish_user_paths $D/Tools/bin $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin
|
|
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
|
|
|
# PROGRAM SETTINGS #
|
|
set -gx EDITOR nvim
|
|
set -gx PAGER "nvim -c 'set ft=man' -"
|
|
set -U Z_CMD "j"
|