This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/.config/fish/config.fish

17 lines
371 B
Fish
Raw Normal View History

2021-11-14 15:47:32 +01:00
# NAS
2021-11-08 16:46:03 +01:00
# sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000
# sudo mount -t drvfs 'Z:' /mnt/z -o metadata,uid=1000,gid=1000
2021-11-08 15:32:55 +01:00
2021-11-14 00:44:24 +01:00
# COLORED MANUALS
2021-11-08 15:32:55 +01:00
set -x MANPAGER "sh -c 'col -bx | batcat -l man -p'"
# SSH
fish_ssh_agent
# GL4Dummies
set -gx PATH $HOME/local/bin $PATH
set -gx LD_LIBRARY_PATH $HOME/local/lib $LD_LIBRARY_PATH
# Exercism
set -gx PATH ~/bin $PATH