From 884be54cfa17dfa94b34d743449849737f08f772 Mon Sep 17 00:00:00 2001 From: Zackarias Montell Date: Thu, 12 Feb 2026 10:14:02 +0100 Subject: [PATCH] Adding alias to open notes --- .profile.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.profile.ps1 b/.profile.ps1 index b4821d2..8cd4f41 100644 --- a/.profile.ps1 +++ b/.profile.ps1 @@ -113,6 +113,13 @@ function Open-Nuxt(){ yarn dev } +function Open-Notes(){ + cdr + cd notes + title notes + vim +} + function Edit-Powershell(){ nvim $profile . $profile @@ -146,5 +153,7 @@ Set-Alias -Name cd-repos -Value cdr Set-Alias -Name cd-sf -Value cdsf Set-Alias -Name cd-li -Value cdli +Set-Alias -Name notes -Value Open-Notes + # Set up docker environment #$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"