-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.fish
42 lines (33 loc) · 988 Bytes
/
config.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
if not functions -q fundle; eval (curl -sfL https://git.io/fundle-install); end
fundle plugin 'edc/bass'
fundle plugin 'franciscolourenco/done'
fundle plugin 'jethrokuan/z'
fundle plugin 'IlanCosman/tide@v5'
fundle init
alias vim='nvim'
# alias cat='bat'
alias ls='exa --long --header'
alias ssh='kitty +kitten ssh'
alias cat='bat'
export GPG_TTY=(tty)
export VIRTUAL_ENV_DISABLE_PROMPT=1
bass source ~/repos/git-subrepo/.rc
# function fish_prompt
# powerline-shell --shell bare $status
# end
#
#function fish_greeting
#neofetch --separator '\t'
#end
set -g theme_color_scheme nord
set -g theme_title_display_process no
# function fish_title
# set -q argv[1]; or set argv fish
# echo (fish_prompt_pwd_dir_length=1 prompt_pwd): $argv;
# end
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
function vmux
ssh -At $argv '/bin/bash -ic "abduco -e \'^g\' -A nvim-session ~/Applications/nvim-linux64/bin/nvim"'
end
thefuck --alias | source