Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 555 Bytes

Dotfiles for Fish

Load aliases

Add this to .config/fish/config.fish:

# Load aliases
. $HOME/.dotsasha/aliases.fish
. $HOME/.dotsasha/functions.fish

Functions

Here is the list of some user-friendly functions.

  • dotsasha_alases adds all aliases to Fish, normally should be done once

Color related functions

  • color256 draws 256-color palette in your terminal, this may help to check 256-color support
  • color16 draws 16-color palette of ANSI-color foregrounds and backgrounds