Changed launch-term to start in /rust-cc dir

This commit is contained in:
Afonso Franco 2023-01-01 16:31:21 +00:00
parent 793f053367
commit 9da6cf9a0b
Signed by: afonso
GPG key ID: C459E0BB3DCEE899

View file

@ -17,7 +17,7 @@ function vim
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
docker exec -it core xterm -bg black -fg white -fa 'DejaVu Sans Mono' -fs 16 -e vcmd -c /tmp/pycore.1/$argv -- sh -c "cd /rust-cc && /bin/bash"
end
function core
@ -37,8 +37,13 @@ function u
sudo pacman -Syu $argv
end
function mónade
ghci $argv
end
set -gx EDITOR vim
fish_add_path /var/lib/snapd/snap/bin
fish_add_path $HOME/.local/share/nvim/mason/bin
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
fish_add_path /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin