test
This commit is contained in:
parent
901e67adbd
commit
3d00b2d055
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||||
script = ''
|
script = ''
|
||||||
|
ls /
|
||||||
|
echo "hello world"
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
@ -64,6 +66,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||||
script = ''
|
script = ''
|
||||||
|
ls /
|
||||||
|
echo "hello world"
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue