Skip to content

Commit

Permalink
chore: 🚸 add more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 2, 2024
1 parent ec2472d commit 80c55e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ $Global:OX_OXIDE.bkvsx = "$env:OX_BACKUP\vscode\vscode-exts.txt"
##########################################################

# shortcuts
function .. { cd .. }
function ... { cd ../.. }
function cat { bat $args }
function ls { lsd $args }
function ll { lsd -l $args }
Expand Down

0 comments on commit 80c55e0

Please sign in to comment.