added missing semicolon
This commit is contained in:
parent
e466c39d35
commit
b52435dbe4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
gdb
|
gdb
|
||||||
gef
|
gef
|
||||||
];
|
];
|
||||||
shellHook = ''export PS1="[${whoami}@gcc-project]"''
|
shellHook = ''export PS1="[${whoami}@gcc-project]"'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue