Skip to content

Commit

Permalink
feat: add ll alias
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Dec 27, 2023
1 parent cdfee02 commit 083df43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/PowerShell/Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 083df43

Please sign in to comment.