summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorobject_1037 <yamagami.10370409@gmail.com>2019-02-03 18:05:04 +0900
committerDavid Peter <sharkdp@users.noreply.github.com>2019-02-03 12:58:04 +0100
commit42a873fdb88b8d1aa22a8f92226db607938fff13 (patch)
treeda809d275219ee65f7acbc6c60047906dfea13e8 /doc
parent82f048aedbcc7fe2c78b1eef838354a23b4fb0f3 (diff)
update README-ja.md
Diffstat (limited to 'doc')
-rw-r--r--doc/README-ja.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index 8125b567..4fc95dbb 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -255,10 +255,8 @@ bat --list-themes | fzf --preview="bat --theme={} --color=always /path/to/file"
構文定義ファイルを入れておくためのフォルダを作る:
```bash
-BAT_CONFIG_DIR="$(bat cache --config-dir)"
-
-mkdir -p "$BAT_CONFIG_DIR/syntaxes"
-cd "$BAT_CONFIG_DIR/syntaxes"
+mkdir -p "$(bat cache --config-dir)/syntaxes"
+cd "$(bat cache --config-dir)/syntaxes"
# Put new '.sublime-syntax' language definition files
# in this folder (or its subdirectories), for example:
@@ -284,10 +282,8 @@ bat cache --clear
まず、新しいシンタックスハイライトのテーマのフォルダを作ります:
```bash
-BAT_CONFIG_DIR="$(bat cache --config-dir)"
-
-mkdir -p "$BAT_CONFIG_DIR/themes"
-cd "$BAT_CONFIG_DIR/themes"
+mkdir -p "$(bat cache --config-dir)/themes"
+cd "$(bat cache --config-dir)/themes"
# Download a theme in '.tmTheme' format, for example:
git clone https://github.com/greggb/sublime-snazzy