-
Notifications
You must be signed in to change notification settings - Fork 87
Frequently Asked Questions
Jason Weathered edited this page Jun 5, 2013
·
8 revisions
$ fresh
bash: fresh: command not found
# OR
$ fresh
zsh: command not found: fresh
~/bin/fresh freshshell/fresh contrib/source-build.sh --file='~/.bashrc'
~/bin/fresh freshshell/fresh contrib/source-build.sh --file='~/.zshrc'
Files generated by fresh are read-only to prevent accidental loss of changes.
Applications such Emacs and Irssi which write to their config files are unable to write to the read-only files generated by fresh. You can symlink these files directly out of your dotfiles in your freshrc:
# freshrc:
ln -sf ~/.dotfiles/emacs ~/.emacs
Yes. As fresh is written in shell-script, we can add conditionals using shell-script. See Scripting your freshrc file for details.