This commit is contained in:
Julian Ospald 2020-08-22 20:39:44 +02:00
förälder 35f04a1797
incheckning 5acb2a6952
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 511B62C09D50CD28
2 ändrade filer med 23 tillägg och 2 borttagningar

Visa fil

@ -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

Visa fil

@ -1 +1 @@
/home/hasufell/.local/share/omf/themes/bobthefish/fish_prompt.fish
/home/jule/.local/share/omf/themes/bobthefish/fish_prompt.fish