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

15 lines
565 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
set -gx PATH ~/.local/bin ~/.luarocks/bin ~/.cargo/bin ~/projects/go/bin ~/games/launchers ~/x-tools/arm-kobo-linux-anueabihf/bin $PATH
set -gx EDITOR textadept
set -gx VISUAL textadept
set -gx VITASDK ~/.local/vitasdk
set -gx LEDGER_FILE ~/Documents/hledger/personal.journal
set -gx GOPATH ~/projects/go
set -gx PSION_PREFIX ~/software/psion-prefix
alias v=micro
alias yt="mpv --ytdl-format='bestvideo[height<=1080]+bestaudio'"
alias psion="export WINEPREFIX=$PSION_PREFIX"