Skip to content

A repository for personal fish-shell scripts. Feel free to use them (at your own risk).

Notifications You must be signed in to change notification settings

davepfeiffer/fish-functions

Repository files navigation

fish-functions

A repository for personal fish-shell scripts and configurations. Feel free to use them (at your own risk).

setup

  • Install fish.
  • Place desired scripts in ~/.config/fish/functions/
  • Link the config with ln ~/.config/fish/functions/config.fish ~/.config/fish/config.fish
  • Enjoy your improved shell experience!

functions

mkpdf - a latex quality of life script

mkpdf accepts a .tex file and generates a pdf from the file. If the generation succeeds, the file is opened--otherwise the log is printed.

intended to be used with texlive/xetex

back - a navigation quality of life script

back accepts a non-negative integer and travels back that many parent directories.

mkd - a mkdir alias

mkd makes and decends into a directory specified by the arguement.

written by @geowarin

config - a fish configuration file

Configures fish to a monokai dark color scheme and a cleaner prompt.

make sure to comment out or remove setup specific commands

About

A repository for personal fish-shell scripts. Feel free to use them (at your own risk).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages