diff --git a/fish/conf.d/aliases.fish b/fish/conf.d/aliases.fish index a45ae49..83e6c43 100644 --- a/fish/conf.d/aliases.fish +++ b/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 diff --git a/fish/conf.d/welcome.fish b/fish/conf.d/welcome.fish new file mode 100644 index 0000000..8dba581 --- /dev/null +++ b/fish/conf.d/welcome.fish @@ -0,0 +1,2 @@ +# Disable the welcome message (mostly 'cause I don't need it anymore) +set fish_greeting diff --git a/fish/fish_variables b/fish/fish_variables index fa8bff9..8fec0ec 100644 --- a/fish/fish_variables +++ b/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