1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 15:23:15 +00:00

Fish: replace autojump with z

This commit is contained in:
Phantop 2019-04-03 23:17:38 -04:00
parent 5ab56b2e2d
commit ac65289d49
3 changed files with 9 additions and 4 deletions

View file

@ -12,14 +12,13 @@ set -gx EDITOR nvim
set -gx PAGER "nvim -c 'set ft=man' -"
# AUTOJUMP #
source /usr/share/autojump/autojump.fish
alias j=z
# LOAD XRESOURCES #
xrdb ~/.Xresources
# MULTIMC INSTANCES #
for i in $D/Games/Minecraft/Game/instances/*
function (basename $i) -V i
minecraft -l (basename $i)
end
set i (basename $i)
alias $i="minecraft -l $i"
end

View file

@ -1,6 +1,11 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR --export D:/mnt/LocalDiskD
SETUVAR ZO_CMD:zo
SETUVAR Z_CMD:z
SETUVAR Z_DATA:/home/glados/\x2elocal/share/z/data
SETUVAR Z_DATA_DIR:/home/glados/\x2elocal/share/z
SETUVAR Z_EXCLUDE:/home/glados
SETUVAR __fish_init_2_39_8:\x1d
SETUVAR __fish_init_2_3_0:\x1d
SETUVAR __fish_init_3_x:\x1d

View file

@ -1 +1,2 @@
rafaelrinaldi/pure
jethrokuan/z