initial commit
This commit is contained in:
6
devshell.sh
Executable file
6
devshell.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
export JEHANNE=`git rev-parse --show-toplevel`
|
||||
export PATH="$JEHANNE/hacking/bin:$PATH"
|
||||
export ARCH=amd64
|
||||
|
||||
bash --rcfile <(cat ~/.bashrc; echo 'PS1="JehanneDEV $PS1"')
|
Reference in New Issue
Block a user