Julian Ospald пре 3 година
родитељ
комит
5acb2a6952
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
2 измењених фајлова са 23 додато и 2 уклоњено
  1. +22
    -1
      config.fish
  2. +1
    -1
      functions/fish_prompt.fish

+ 22
- 1
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

+ 1
- 1
functions/fish_prompt.fish Прегледај датотеку

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

Loading…
Откажи
Сачувај