diff --git a/config.fish b/config.fish index e7132a4..54babe3 100644 --- a/config.fish +++ b/config.fish @@ -8,7 +8,7 @@ set -g theme_date_timezone Europe/Berlin set -g theme_date_format "+%a %H:%M" set -g theme_nerd_fonts yes -set -gx PATH /home/hasufell/.ghcup/bin /home/hasufell/go/bin /home/hasufell/.cargo/bin /home/hasufell/.cabal/bin /home/hasufell/.local/bin $PATH +set -gx PATH $HOME/go/bin $HOME/.cargo/bin $HOME/.local/bin $PATH set -g PAGER most @@ -21,3 +21,24 @@ alias vncstart='x11vnc -display :0 -forever -rfbport 5900 -httpdir /usr/share/ti alias ls="lsd" alias gpf='git pull --ff-only' +# Base16 Shell +#if status --is-interactive +# set BASE16_SHELL "$HOME/.config/base16-shell/" +# source "$BASE16_SHELL/profile_helper.fish" +#end + +function _weechat + cat ~/.config/i3/sequence.solarized + command weechat $argv + cat ~/.config/i3/sequence.default +end + +function _neomutt + cat ~/.config/i3/sequence.solarized + command neomutt $argv + cat ~/.config/i3/sequence.default +end + +# ghcup-env +set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME +test -f /home/jule/.ghcup/env ; and set -gx PATH $HOME/.cabal/bin /home/jule/.ghcup/bin/bin $PATH diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index d9eeb3b..39790f2 120000 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -1 +1 @@ -/home/hasufell/.local/share/omf/themes/bobthefish/fish_prompt.fish \ No newline at end of file +/home/jule/.local/share/omf/themes/bobthefish/fish_prompt.fish \ No newline at end of file