mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 06:42:46 +00:00
Fish: $D on aperture and load starship differently
This commit is contained in:
parent
97938fd80f
commit
5ba2e4fbf3
|
@ -2,6 +2,8 @@ set -x EDITOR nvim
|
||||||
set -x PAGER most
|
set -x PAGER most
|
||||||
set -x MANPAGER "nvim -c 'set ft=man' -"
|
set -x MANPAGER "nvim -c 'set ft=man' -"
|
||||||
|
|
||||||
|
test (hostname) = aperture && set D /mnt/LocalDiskD/
|
||||||
|
|
||||||
fish_add_path -g ~/.local/bin /usr/lib64/ccache/bin
|
fish_add_path -g ~/.local/bin /usr/lib64/ccache/bin
|
||||||
starship init fish | source
|
starship init fish --print-full-init | source
|
||||||
source /usr/share/autojump/autojump.fish
|
source /usr/share/autojump/autojump.fish
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR D:/mnt/LocalDiskD
|
|
||||||
SETUVAR __fish_init_2_39_8:\x1d
|
SETUVAR __fish_init_2_39_8:\x1d
|
||||||
SETUVAR __fish_init_2_3_0:\x1d
|
SETUVAR __fish_init_2_3_0:\x1d
|
||||||
SETUVAR __fish_init_3_x:\x1d
|
SETUVAR __fish_init_3_x:\x1d
|
||||||
|
|
Loading…
Reference in a new issue