Update
This commit is contained in:
parent
35f04a1797
commit
5acb2a6952
23
config.fish
23
config.fish
@ -8,7 +8,7 @@ set -g theme_date_timezone Europe/Berlin
|
|||||||
set -g theme_date_format "+%a %H:%M"
|
set -g theme_date_format "+%a %H:%M"
|
||||||
set -g theme_nerd_fonts yes
|
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
|
set -g PAGER most
|
||||||
|
|
||||||
@ -21,3 +21,24 @@ alias vncstart='x11vnc -display :0 -forever -rfbport 5900 -httpdir /usr/share/ti
|
|||||||
alias ls="lsd"
|
alias ls="lsd"
|
||||||
alias gpf='git pull --ff-only'
|
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
|
||||||
|
@ -1 +1 @@
|
|||||||
/home/hasufell/.local/share/omf/themes/bobthefish/fish_prompt.fish
|
/home/jule/.local/share/omf/themes/bobthefish/fish_prompt.fish
|
Loading…
Reference in New Issue
Block a user