-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50348f2
commit 0d1677a
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
export alias l = lsd | ||
export alias ls = lsd | ||
export alias la = ls -a | ||
export alias ll = ls -l | ||
export alias lla = ls -la | ||
export alias dotfiles = chezmoi | ||
|
||
export alias ag = rg | ||
|
||
export alias g = git | ||
export alias gg = git | ||
export alias gp = git push | ||
|
||
export alias tig = gitui | ||
export alias k = kubectl | ||
export alias kctx = kubectx | ||
export alias kns = kubens | ||
|
||
export alias vi = hx | ||
export alias l = ls | ||
export alias la = ls -a | ||
export alias ll = ls -l | ||
export alias lla = ls -la | ||
export alias ls = lsd | ||
|
||
export alias py = python | ||
export alias pip = python -m pip | ||
export alias py = python | ||
|
||
export alias k = kubectl | ||
export alias kns = kubens | ||
export alias kctx = kubectx | ||
|
||
export alias dotfiles = chezmoi | ||
export alias tig = gitui | ||
export alias vi = hx |