Improved nushell config

This commit is contained in:
Eduard Urbach 2023-07-17 14:05:11 +02:00
parent 0a0d1cec13
commit 2d52a6c70a
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 30 additions and 48 deletions

View file

@ -552,8 +552,10 @@ let-env config = {
]
}
# Custom configuration
# Set editor
let-env EDITOR = 'nvim'
# Aliases
alias ll = ls -l
alias gb = go build
alias gt = go test