Improved configuration

This commit is contained in:
Eduard Urbach 2023-07-30 14:35:42 +02:00
parent 80c1517f2e
commit f2bf2de3d3
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
}