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

@ -19,4 +19,6 @@
- dev.vencord.Vesktop - dev.vencord.Vesktop
- com.discordapp.Discord - com.discordapp.Discord
- com.google.Chrome - com.google.Chrome
- rest.insomnia.Insomnia
- com.github.neithern.g4music
method: "user" method: "user"

View file

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