mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 13:47:30 +08:00
7894b030cd
Autojump is no longer a plugin
16 lines
470 B
Fish
16 lines
470 B
Fish
# Path to your oh-my-fish.
|
|
set fish_path $HOME/.oh-my-fish
|
|
|
|
# Theme
|
|
set fish_theme robbyrussell
|
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-fish/plugins/*)
|
|
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
|
|
# Example format: set fish_plugins bundler z
|
|
|
|
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
|
|
|
# Load oh-my-fish configuration.
|
|
. $fish_path/oh-my-fish.fish
|