mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-27 09:03:17 +00:00
Fish: variables are weird
This commit is contained in:
parent
099d36cf17
commit
2706578435
|
@ -2,5 +2,6 @@ test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
|
|||
|
||||
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
|
||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||
set EDITOR nvim; set PAGER most
|
||||
|
||||
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export ARCH:x86_64
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR --export PAGER:most
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_init_3_x:\x1d
|
||||
|
|
Loading…
Reference in a new issue