Various tweaks
This commit is contained in:
@@ -10,11 +10,14 @@ end
|
||||
|
||||
set -x LANG sv_SE.UTF-8
|
||||
set -x LC_ALL sv_SE.UTF-8
|
||||
set -x EDITOR nvim
|
||||
|
||||
set -x EDITOR nvim
|
||||
alias v nvim
|
||||
|
||||
if type -q pyenv
|
||||
pyenv init --path | source
|
||||
end
|
||||
# pyenv virtualenv-init - | source
|
||||
# pyenv virtualenv-init - | source
|
||||
|
||||
alias dc="docker-compose"
|
||||
alias drh="docker run -it --rm -v (pwd):/usr/(pwd) -w /usr/(pwd)"
|
||||
|
||||
Reference in New Issue
Block a user