Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/conf/shell/var/tmp/snippets/rc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# remove potentially appended $HOME/.local/bin from PATH
PATH="${PATH%:$HOME/.local/bin}"
# remove potentially present $HOME/.local/bin from PATH
PATH="${PATH/:$HOME\/.local\/bin/}"

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] && [[ "$PATH" != *"$HOME/bin"* ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"args": {
"GHC_VERSION": "9.10.2",
// "SUBTAG": "int-native",
"HLS_VERSION": "2.11.0.0",
"HLS_VERSION": "2.12.0.0",
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
"LANG": "C.UTF-8",
"TZ": ""
Expand Down
Loading