From 083df4314f5ec582d25c33478e6a5b9567dd86d0 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Thu, 28 Dec 2023 04:44:05 +0530 Subject: [PATCH] feat: add ll alias --- config/PowerShell/Profile.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/PowerShell/Profile.ps1 b/config/PowerShell/Profile.ps1 index c4c9bc8..47ea4c1 100644 --- a/config/PowerShell/Profile.ps1 +++ b/config/PowerShell/Profile.ps1 @@ -48,6 +48,7 @@ Bash-Alias gss "git status -s" Bash-Alias gsv "git status -v" Bash-Alias gtop 'cd "$(git rev-parse --show-toplevel)"' Bash-Alias la "ls" +Bash-Alias ll "ls" Bash-Alias me "nvim README.md" Bash-Alias p2k "nvim $env:HOMEPATH\Documents\posh2k\posh2k.omp.json" Bash-Alias pwshrc "nvim $env:HOMEPATH\Documents\PowerShell\Profile.ps1"