mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/btop/btop.conf
Update .config/hypr/hypridle.conf Update .config/hypr/hyprland.conf Update .config/hypr/hyprland/binds/managment.conf Update .config/fish/fish_variables Update .config/fish/functions/ls.fish
This commit is contained in:
@@ -1,48 +1,9 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3800
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR _fisher_catppuccin_2F_fish_files:\x7e/\x2econfig/fish/themes/Catppuccin\x20Frappe\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Latte\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Macchiato\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Mocha\x2etheme
|
||||
SETUVAR _fisher_plugins:catppuccin/fish
|
||||
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
||||
SETUVAR fish_color_autosuggestion:9ca0b0
|
||||
SETUVAR fish_color_cancel:d20f39
|
||||
SETUVAR fish_color_command:1e66f5
|
||||
SETUVAR fish_color_comment:8c8fa1
|
||||
SETUVAR fish_color_cwd:df8e1d
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:fe640b
|
||||
SETUVAR fish_color_error:d20f39
|
||||
SETUVAR fish_color_escape:e64553
|
||||
SETUVAR fish_color_gray:9ca0b0
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:1e66f5
|
||||
SETUVAR fish_color_host_remote:40a02b
|
||||
SETUVAR fish_color_keyword:d20f39
|
||||
SETUVAR fish_color_normal:4c4f69
|
||||
SETUVAR fish_color_operator:ea76cb
|
||||
SETUVAR fish_color_option:40a02b
|
||||
SETUVAR fish_color_param:dd7878
|
||||
SETUVAR fish_color_quote:40a02b
|
||||
SETUVAR fish_color_redirection:ea76cb
|
||||
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3dccd0da
|
||||
SETUVAR fish_color_selection:\x2d\x2dbackground\x3dccd0da
|
||||
SETUVAR fish_color_status:d20f39
|
||||
SETUVAR fish_color_user:179299
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_key_bindings:fish_vi_key_bindings
|
||||
SETUVAR fish_pager_color_background:\x1d
|
||||
SETUVAR fish_pager_color_completion:4c4f69
|
||||
SETUVAR fish_pager_color_description:9ca0b0
|
||||
SETUVAR fish_pager_color_prefix:ea76cb
|
||||
SETUVAR fish_pager_color_progress:9ca0b0
|
||||
SETUVAR fish_pager_color_secondary_background:\x1d
|
||||
SETUVAR fish_pager_color_secondary_completion:\x1d
|
||||
SETUVAR fish_pager_color_secondary_description:\x1d
|
||||
SETUVAR fish_pager_color_secondary_prefix:\x1d
|
||||
SETUVAR fish_pager_color_selected_background:\x1d
|
||||
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
SETUVAR fish_user_paths:/home/szymon/\x2ecargo/bin\x1e/home/szymon/\x2elocal/bin
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_check_for_new_release:false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function ls --wraps='eza --long --icons --color' --description 'alias ls=eza --long --icons --color'
|
||||
eza --long --icons --color $argv
|
||||
function ls --wraps='eza --long --icons --color --git' --description 'alias ls=eza --long --icons --color --git'
|
||||
eza --long --icons --color --git $argv
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user