Adding alias to open notes

This commit is contained in:
Zackarias Montell
2026-02-12 10:14:02 +01:00
parent 399677b4e5
commit 884be54cfa

View File

@@ -113,6 +113,13 @@ function Open-Nuxt(){
yarn dev yarn dev
} }
function Open-Notes(){
cdr
cd notes
title notes
vim
}
function Edit-Powershell(){ function Edit-Powershell(){
nvim $profile nvim $profile
. $profile . $profile
@@ -146,5 +153,7 @@ Set-Alias -Name cd-repos -Value cdr
Set-Alias -Name cd-sf -Value cdsf Set-Alias -Name cd-sf -Value cdsf
Set-Alias -Name cd-li -Value cdli Set-Alias -Name cd-li -Value cdli
Set-Alias -Name notes -Value Open-Notes
# Set up docker environment # Set up docker environment
#$Env:DOCKER_HOST="ssh://wholteza@localhost:22/" #$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"