Improved configuration

This commit is contained in:
Eduard Urbach 2023-07-30 14:35:42 +02:00
parent e1b3c08c1c
commit fb690e8f17
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
6 changed files with 21 additions and 5 deletions

View file

@ -12,3 +12,10 @@ alias hex = hexdump -C
alias home = git $"--git-dir=($env.HOME)/.home/" $"--work-tree=($env.HOME)"
alias ll = ls -la
alias n = nvim
alias p = cd ~/projects
# Functions
def np [] {
p
n
}