[SYNC] Synced a lot of small changes so I can pull on laptop

This commit is contained in:
Afonso Franco 2023-02-22 13:18:03 +00:00
parent eba535af3c
commit 564c398714
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
9 changed files with 143 additions and 90 deletions

View file

@ -20,6 +20,10 @@ 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 -- sh -c "cd /rust-cc && /bin/bash"
end
function cat
bat $argv
end
function core
xhost +local:root
sudo docker exec -it core core-gui
@ -44,10 +48,13 @@ end
set -gx EDITOR vim
set -gx TERM 'xterm-256color'
fish_add_path $HOME/.nix-profile/bin
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
#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
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/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