mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Fix spelling error in init file
darcs-hash:20061025203337-ac50b-576bd81401e332f94ecdff5665ca8da82c63fa8e.gz
This commit is contained in:
parent
3b0ed061cd
commit
4502fc74c3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if not set -q __fish_init_1_22_0
|
|||
# These files are sometimes overwritten to by fish, so
|
||||
# we want backups of them in case something goes wrong
|
||||
|
||||
cp ~/.fishd.(hostname) $configdir/fish/fishh.(hostname).backup
|
||||
cp ~/.fishd.(hostname) $configdir/fish/fishd.(hostname).backup
|
||||
cp ~/.fish_history $configdir/fish/fish_history.backup
|
||||
|
||||
# Move the files
|
||||
|
|
Loading…
Reference in a new issue