Skip to content

Commit 3c6dac5

Browse files
authored
Update terminal.md
1 parent 798e07b commit 3c6dac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides/terminal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ export XDG_STATE_HOME=$xdgbase/state
6969
# set PATH to look for in architecture specific path:
7070
# - on x86: $HOME/.local/x86_64/bin
7171
# - on ARM: $HOME/.local/aarch64/bin
72-
export ARCHPATH=$xdgbase/bin
73-
export PATH=$ARCHPATH:$PATH
72+
export PATH=$xdgbase/bin:$PATH
7473
```
7574

7675
!!! note "XDG what?"

0 commit comments

Comments
 (0)