Skip to content

Commit

Permalink
Load Hermit by default in Devcontainer bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 15, 2023
1 parent 63861f2 commit d449ffc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/scripts/.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

repo_root="/workspaces/slang"

# Hermit
eval "$("${repo_root}/bin/hermit" shell-hooks --print --bash)"

0 comments on commit d449ffc

Please sign in to comment.