1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-29 01:19:50 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
CSRedRat
7420c6e693
fix script run on Ubuntu 18.04
inflating: nanorc-2.9/zsh.nanorc
    linking: nanorc-2.9/zshrc.nanorc  -> zsh.nanorc
finishing deferred symbolic links:
  nanorc-2.9/gitcommit.nanorc -> git.nanorc
  nanorc-2.9/html.j2.nanorc -> html.nanorc
  nanorc-2.9/zshrc.nanorc -> zsh.nanorc
+ mv 'nanorc-v2.9/*' ./
mv: cannot stat 'nanorc-v2.9/*': No such file or directory
+ rm -rf nanorc-v2.9
+ rm /tmp/nanorc.zip
+ '[' ']'
+ _update_nanorc
+ touch /c/Users/home/.nanorc
install.sh: line 20: /c/Users/home/.nano/nanorc: No such file or directory
2020-08-12 04:15:44 +05:00
Ondřej Ešler
4c4cc5d701
Merge branch 'v2.9' into patch-1 2019-07-23 16:46:58 +02:00
Ondřej Ešler
3a9bb13bf4 update documentation and installation script for v2.9 branch 2019-07-23 16:02:32 +02:00
Sandro Jäckel
18d96c1ab8
Remove useless checks, formatting 2019-06-24 12:21:11 +02:00
Cody
94a94a84a2
Check for unzip
It's too late to find out unzip isn't installed after already downloading the zip. Let's add a quick check to catch this error at the get-go.
2018-07-14 19:16:55 -04:00
Geoffrey McClinsey
6a71b6f185 fix what shellcheck will find 2017-12-28 01:29:50 -05:00
Shmueli Englard
0149f4be82 the extra ; and [] caused parsing issues 2017-03-29 12:52:59 -04:00
Shmueli Englard
9467b1ea5a defining functions with the keyword is not supported in all shells 2017-03-29 12:52:08 -04:00
pik
e5a675d762 Add -l|--lite option to install which includes new syntax files with lower precedence 2017-02-21 09:34:41 -03:00
Xavier Gouchet
940b6a866f
Update the install script
This fixes the scopatz/nanorc#130 issue by preventing the install script
to sort the ~/.nanorc config file, and only add includes if they're not
already present.
2016-12-10 10:50:00 +01:00
divinity76
711ff1fce7 clean up the files left in /tmp 2016-10-14 01:06:30 +02:00
Alex Taber
b627b455ae Added automatic installer 2015-12-14 22:02:50 -05:00