1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2023-06-02 09:47:41 +02:00
parent 8a4e40c9c7
commit 7ceae85cf9
2 changed files with 3 additions and 3 deletions

View file

@ -38,4 +38,4 @@ alias -g ....='../../..'
alias -g .....='../../../..'
alias -g ......='../../../../..'
alias ssh='kitty +kitten ssh'
alias ssh='kitten ssh'

View file

@ -4,9 +4,9 @@ export CARGO_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/cargo
export GHCUP_USE_XDG_DIRS=1
export STACK_ROOT=${XDG_DATA_HOME:-$HOME/.local/share}/stack
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
export PATH=~/bin:~/.local/bin:$GOPATH/bin:$PATH
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export PATH=~/bin:~/.local/bin:$GOPATH/bin:~/.nix-profile/bin:$PATH
export EDITOR=nvim
# make locales work in nix shell