Skip to content

Commit 0720cf7

Browse files
author
Patrick M
committed
fix: incorrect command
1 parent 2cc93aa commit 0720cf7

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
@@ -31,7 +31,7 @@ passwd patrick
3131
Add the following lines to [add color to bash](https://wiki.debian.org/BashColors):
3232

3333
```bash
34-
cat <<EOF >> nano /etc/bash.bashrc
34+
cat <<EOF >> /etc/bash.bashrc
3535
3636
export LS_OPTIONS='--color=auto'
3737
eval "`dircolors`"

0 commit comments

Comments
 (0)