Skip to content

Commit

Permalink
Update home/.config/nushell/scripts/aliases.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 27, 2024
1 parent f19320d commit ab6e963
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions home/dot_config/nushell/scripts/aliases.nu
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ export alias dotfiles = chezmoi

export alias ag = rg

export alias g = git
export alias gg = git
export alias gp = git push

export alias k = kubectl
export alias kctx = kubectx
export alias kns = kubens
Expand All @@ -14,7 +10,7 @@ export alias l = lsd
export alias la = lsd -a
export alias ll = lsd -l
export alias lla = lsd -la
export alias ls = lsd
# export alias ls = lsd

export alias pip = python -m pip
export alias py = python
Expand Down

0 comments on commit ab6e963

Please sign in to comment.