1
0
Fork 0

add more aliases

This commit is contained in:
cătălin 2024-10-05 12:29:02 +02:00
commit 2bc7a0757e
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,8 @@ alias ls 'exa'
alias l 'exa -ah'
alias ll 'exa -alh'
alias g 'git'
alias gl 'git log'
alias gpf 'git push --force-with-lease'
alias copy 'xclip -selection clipboard'
alias cat 'bat --theme Catppuccin-mocha'
alias k 'kubecolor'
@ -15,3 +17,5 @@ alias scp 'rsync -avz'
alias rs 'rsync'
alias vihosts 'sudo vim /etc/hosts'
alias s 'TERM=xterm-256color ssh'
alias hs 'halig git commit && halig git push'
alias hp 'halig git pull'