git graph shortcut and hyprsunset configuration
This commit is contained in:
parent
c544e05915
commit
613201760b
2 changed files with 13 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -102,6 +102,7 @@ alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes '
|
|||
alias lsa='ls -a'
|
||||
alias lsl='eza --icons=automatic --long --header --group -M'
|
||||
alias tree='ls --level=3'
|
||||
alias glo='git log --graph --oneline --all --decorate'
|
||||
# Random stuff
|
||||
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
|
||||
alias sshfs="sshfs -o follow_symlinks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue