diff options
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 6 | ||||
-rw-r--r-- | fish/fish_variables | 50 | ||||
l--------- | fish/functions/__bass.py | 1 | ||||
l--------- | fish/functions/bass.fish | 1 | ||||
-rw-r--r-- | fish/functions/du.fish | 4 | ||||
l--------- | fish/functions/fzf_key_bindings.fish | 1 | ||||
l--------- | fish/functions/man.fish | 1 | ||||
-rw-r--r-- | fish/functions/notes.fish | 4 | ||||
-rw-r--r-- | fish/functions/tprojects.fish | 4 |
9 files changed, 41 insertions, 31 deletions
diff --git a/fish/config.fish b/fish/config.fish index 29193c2..acfe0fe 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -48,6 +48,6 @@ fzf_key_bindings # from https://opensource.com/article/19/9/linux-terminal-colors #set -gx LS_COLORS 'rs=0:di=01;00:ln=01;00:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;66:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'; set -gx GPG_TTY (tty) -set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) -gpgconf --launch gpg-agent -. ~/perl5/perlbrew/etc/perlbrew.fish +#set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) +#gpgconf --launch gpg-agent +#. ~/perl5/perlbrew/etc/perlbrew.fish diff --git a/fish/fish_variables b/fish/fish_variables index 301b1a5..c8e65ff 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -12,35 +12,45 @@ SETUVAR __fish_init_2_39_8:\x1d SETUVAR __fish_init_2_3_0:\x1d SETUVAR __fish_init_3_x:\x1d SETUVAR __fish_initialized:3400 -SETUVAR fish_color_autosuggestion:555\x1ebrblack -SETUVAR fish_color_cancel:\x2dr -SETUVAR fish_color_command:005fd7 -SETUVAR fish_color_comment:990000 -SETUVAR fish_color_cwd:green +SETUVAR fish_color_autosuggestion:8A9199 +SETUVAR fish_color_cancel:\x2d\x2dreverse +SETUVAR fish_color_command:55B4D4 +SETUVAR fish_color_comment:ABB0B6 +SETUVAR fish_color_cwd:399EE6 SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:009900 -SETUVAR fish_color_error:ff0000 -SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_end:ED9366 +SETUVAR fish_color_error:F51818 +SETUVAR fish_color_escape:4CBF99 SETUVAR fish_color_history_current:\x2d\x2dbold SETUVAR fish_color_host:normal -SETUVAR fish_color_host_remote:yellow -SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue -SETUVAR fish_color_normal:normal -SETUVAR fish_color_operator:00a6b2 -SETUVAR fish_color_param:00afff -SETUVAR fish_color_quote:999900 -SETUVAR fish_color_redirection:00afff -SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack -SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_host_remote:\x1d +SETUVAR fish_color_keyword:\x1d +SETUVAR fish_color_match:F07171 +SETUVAR fish_color_normal:575F66 +SETUVAR fish_color_operator:FF9940 +SETUVAR fish_color_option:\x1d +SETUVAR fish_color_param:575F66 +SETUVAR fish_color_quote:86B300 +SETUVAR fish_color_redirection:A37ACC +SETUVAR fish_color_search_match:\x2d\x2dbackground\x3dFF9940 +SETUVAR fish_color_selection:\x2d\x2dbackground\x3dFF9940 SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline SETUVAR fish_greeting: SETUVAR fish_key_bindings:fish_default_key_bindings +SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:normal -SETUVAR fish_pager_color_description:B3A06D\x1eyellow -SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_description:B3A06D +SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_pager_color_selected_background:\x2dr +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:\x2d\x2dbackground\x3dFF9940 +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/lemon/local/bin\x1e/usr/local/jdk\x2d11/bin\x1e/home/lemon/bin\x2dscripts/\x1e/home/lemon/perl5/perlbrew/bin/\x1e/usr/lib/cargo/bin/\x1e/home/lemon/go/bin\x1e/usr/local/go/bin\x1e/snap/bin\x1e/home/lemon/\x2epoetry/bin\x1e/home/lemon/\x2ecargo/bin\x1e/home/lemon/bin\x1e/home/lemon/bin/adb\x2dfastboot/platform\x2dtools/\x1e/home/lemon/\x2efzf/bin SETUVAR fisher_dependency_count:Colored\x2dMan\x2dPages\x1ebass diff --git a/fish/functions/__bass.py b/fish/functions/__bass.py deleted file mode 120000 index 32d6148..0000000 --- a/fish/functions/__bass.py +++ /dev/null @@ -1 +0,0 @@ -/home/lemon/.config/fisherman/bass/functions/__bass.py
\ No newline at end of file diff --git a/fish/functions/bass.fish b/fish/functions/bass.fish deleted file mode 120000 index b639a8f..0000000 --- a/fish/functions/bass.fish +++ /dev/null @@ -1 +0,0 @@ -/home/lemon/.config/fisherman/bass/functions/bass.fish
\ No newline at end of file diff --git a/fish/functions/du.fish b/fish/functions/du.fish deleted file mode 100644 index 1aec7cc..0000000 --- a/fish/functions/du.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in - @ line 0 -function du --description 'alias du=ncdu --color dark -rr -x --exclude .git' - ncdu --color dark -rr -x --exclude .git $argv; -end diff --git a/fish/functions/fzf_key_bindings.fish b/fish/functions/fzf_key_bindings.fish deleted file mode 120000 index c9ab910..0000000 --- a/fish/functions/fzf_key_bindings.fish +++ /dev/null @@ -1 +0,0 @@ -/home/lemon/.fzf/shell/key-bindings.fish
\ No newline at end of file diff --git a/fish/functions/man.fish b/fish/functions/man.fish deleted file mode 120000 index 053f86b..0000000 --- a/fish/functions/man.fish +++ /dev/null @@ -1 +0,0 @@ -/home/lemon/.config/fisherman/Colored-Man-Pages/functions/man.fish
\ No newline at end of file diff --git a/fish/functions/notes.fish b/fish/functions/notes.fish new file mode 100644 index 0000000..0c0acb0 --- /dev/null +++ b/fish/functions/notes.fish @@ -0,0 +1,4 @@ +function notes --wraps='cd /home/lemon/Documents/Notes' --description 'alias notes cd /home/lemon/Documents/Notes' + cd /home/lemon/Documents/Notes $argv + +end diff --git a/fish/functions/tprojects.fish b/fish/functions/tprojects.fish new file mode 100644 index 0000000..8e8d4a8 --- /dev/null +++ b/fish/functions/tprojects.fish @@ -0,0 +1,4 @@ +function tprojects --wraps='task rc.list.all.projects=1 projects' --description 'alias tprojects task rc.list.all.projects=1 projects' + task rc.list.all.projects=1 projects $argv + +end |