(bash) refactor
This commit is contained in:
parent
0230fb27fc
commit
52ca330c12
1 changed files with 190 additions and 195 deletions
11
bash/bashrc
11
bash/bashrc
|
|
@ -1,16 +1,11 @@
|
||||||
# -------------- Aliases
|
# -------------- Aliases
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
|
alias gp="git pull"
|
||||||
|
alias gP="git push"
|
||||||
|
alias lg='lazygit'
|
||||||
|
|
||||||
alias ls='lsd'
|
alias ls='lsd'
|
||||||
|
|
||||||
# ll alias breakdown
|
|
||||||
# -A includes hidden files but excludes . and ..
|
|
||||||
# -l displays the listing in long format, showing file attributes such as permissions
|
|
||||||
# -F appends a character to each entry in the listing to indicate the file type (e.g '/' for directories and '*' for executables)
|
|
||||||
alias ll="lsd -AlF"
|
alias ll="lsd -AlF"
|
||||||
|
|
||||||
# la alias breakdown
|
|
||||||
# -A list all entries without ./ and ../
|
|
||||||
alias la="lsd -A"
|
alias la="lsd -A"
|
||||||
|
|
||||||
# Add an "alert" alias for long running commands. Use like so:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue