launch-term for core
This commit is contained in:
parent
be7d48bf94
commit
58e3fbb8e4
1 changed files with 5 additions and 1 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
|
||||||
|
@ -33,6 +37,6 @@ function u
|
||||||
sudo pacman -Syu $argv
|
sudo pacman -Syu $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
set PATH /home/afonso/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin $PATH
|
set PATH /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin $PATH
|
||||||
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/afonso/.ghcup/bin $PATH # ghcup-env
|
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/afonso/.ghcup/bin $PATH # ghcup-env
|
||||||
set PATH $HOME/.local/bin $HOME/.cargo/bin $HOME/.local/bin $PATH
|
set PATH $HOME/.local/bin $HOME/.cargo/bin $HOME/.local/bin $PATH
|
||||||
|
|
Loading…
Reference in a new issue