Compare commits
2 commits
308df45f15
...
27ecf3f740
Author | SHA1 | Date | |
---|---|---|---|
27ecf3f740 | |||
58e3fbb8e4 |
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ function vim
|
||||||
nvim $argv
|
nvim $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function launch-term
|
||||||
|
docker exec -it core xterm -bg black -fg white -fa 'DejaVu Sans Mono' -fs 16 -e vcmd -c /tmp/pycore.1/$argv -- /bin/bash
|
||||||
|
end
|
||||||
|
|
||||||
function core
|
function core
|
||||||
xhost +local:root
|
xhost +local:root
|
||||||
sudo docker exec -it core core-gui
|
sudo docker exec -it core core-gui
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue