Created
August 27, 2014 15:02
-
-
Save TTimo/6c5906bee50e19e1ff0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://fishshell.com/ | |
fish_shell: | |
pkgrepo.managed: | |
- ppa: fish-shell/release-2 | |
pkg.installed: | |
- name: fish | |
# https://github.com/fish-shell/fish-shell/issues/107 | |
/usr/share/fish/config.fish: | |
file.blockreplace: | |
- content: | | |
function fish_title | |
true | |
end | |
- append_if_not_found: True | |
- onchanges: | |
- file: fish_shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment