From 928c35c3b2220979453fcf4299dc46fe16b68e84 Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 27 Jul 2020 16:53:19 +0700 Subject: [PATCH] --[modified: profile.ps1]------------------------- + Added alias vim to nvim (i dont understand posh's alias) --- .config/powershell/profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/powershell/profile.ps1 b/.config/powershell/profile.ps1 index 4075429..13246fa 100644 --- a/.config/powershell/profile.ps1 +++ b/.config/powershell/profile.ps1 @@ -39,3 +39,6 @@ $([char]27)[34;1m" + $env:COMPUTERNAME + "" + (getdir) + (Git-Branch) + " " + (" $([char]27)[34;1m" + $env:COMPUTERNAME + "" + (getdir) + (end_of_prompt) } } + +# ----- Aliases +New-Alias vim nvim