Browse Source

A few tweaks in Fish

master
Julio Biason 3 years ago
parent
commit
6353b8414c
  1. 3
      fish/conf.d/aliases.fish
  2. 2
      fish/conf.d/welcome.fish
  3. 2
      fish/fish_variables

3
fish/conf.d/aliases.fish

@ -1,4 +1,5 @@
alias origem_prod 'ssh -i ~/Documents/Chaves/origemconsig.pem ec2-user@177.71.233.232'
alias open xdg-open
alias cat bat
alias cat 'bat --paging=never'
alias less 'bat --paging=always'
alias ls exa

2
fish/conf.d/welcome.fish

@ -0,0 +1,2 @@
# Disable the welcome message (mostly 'cause I don't need it anymore)
set fish_greeting

2
fish/fish_variables

@ -24,7 +24,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrbl
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell\x0aType\x20\x60help\x60\x20for\x20instructions\x20on\x20how\x20to\x20use\x20fish
SETUVAR fish_greeting:\x1d
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow

Loading…
Cancel
Save