ThePotatoChronicler / fish

My fish shell config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fish

My fish shell configurations files

  • HSL to RGB conversion C program

Contains

  • config.fish
    • Aliases
    • Environmental variables
    • Random fortune (Doesn't check if you have the fortune command)
  • hsl_to_rgb
    • hsl_to_rgb.c
      • C program which converts HSL color to RGB
      • Made by yours truly
    • Makefile
  • Functions
    • fish_prompt.fish

      • Rainbow prompt (depends on the hsl_to_rgb.fish function)
        • TODO?: make it check if you have pastel and run that instead for the conversion
    • fish_prompt.fish.old

      • Non-rainbow version, the rainbow version is based on this one
    • fish_right_prompt.fish

      • Prints a little colorful fish if the previous command didn't return a 0 exit status
    • hsl_to_rgb.fish

      • HSL color to RGB color conversion script

About

My fish shell config files


Languages

Language:Shell 77.1%Language:C 21.6%Language:Makefile 1.2%