-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.fish
28 lines (19 loc) · 1021 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
# -------------------------------------- PATH ------------------------------------------
set PATH $PATH $HOME/.local/share/neovim/bin
set PATH $PATH $HOME/Documentos/shell/automacao/scripts/
set PATH $PATH $HOME/bin
# -------------------------------------- ALIASES ------------------------------------------
alias ls='logo-ls'
alias python='python3'
# -------------------------------------- AMBIENT ------------------------------------------
set conf_fish "$HOME/.config/fish/config.fish"
set conf_micro "$HOME/.config/micro/settings.json"
set conf_kitty "$HOME/.config/kitty/kitty.conf"
set conf_neofetch "$HOME/.config/neofetch/config.conf"
# -------------------------------------- PS CONF ------------------------------------------
function fish_prompt
set -l git_branch (git branch 2>/dev/null | sed -n '/\* /s///p')
echo -en ✞ '•' (basename $PWD) 'ß '"$git_branch"' → '
end
# -------------------------------------- OTHER CONF ------------------------------------------
set fish_greeting ""