Skip to content

Commit 39fb9af

Browse files
committed
add backslash
1 parent 0720cf7 commit 39fb9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-12-18-debian-lxc-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cat <<EOF >> /etc/bash.bashrc
3535
3636
export LS_OPTIONS='--color=auto'
3737
eval "`dircolors`"
38-
alias ls='ls $LS_OPTIONS'
38+
alias ls='ls \$LS_OPTIONS'
3939
EOF
4040
```
4141

0 commit comments

Comments
 (0)