2022-05-11 21:27:34 +00:00
|
|
|
alias c.="codium ."
|
2022-05-15 17:16:05 +00:00
|
|
|
alias cat="bat"
|
2022-09-25 13:13:54 +00:00
|
|
|
alias icat="kitty +kitten icat"
|
2022-05-15 17:16:05 +00:00
|
|
|
alias ls="exa"
|
2022-09-08 12:56:49 +00:00
|
|
|
alias mgs="mgitstatus"
|
2022-05-11 20:54:31 +00:00
|
|
|
alias o="xdg-open"
|
2022-09-15 16:13:27 +00:00
|
|
|
alias ssh="kitty +kitten ssh"
|
2022-10-07 20:25:54 +00:00
|
|
|
alias tar-extract="tar -x -f"
|
|
|
|
alias tar-list="tar -t -f"
|
2022-05-11 20:54:31 +00:00
|
|
|
alias trash="gio trash"
|
|
|
|
alias youtube-dl="yt-dlp"
|
|
|
|
|
2022-05-13 12:13:20 +00:00
|
|
|
alias dotfiles="GIT_DIR=$HOME/.dotfiles GIT_WORK_TREE=$HOME"
|
2022-05-11 20:54:31 +00:00
|
|
|
alias gap="git add --patch"
|
|
|
|
alias gd="git diff"
|
|
|
|
alias gdc="git diff --cached"
|
|
|
|
alias gl="git log"
|
|
|
|
alias gls="git log --all --decorate --oneline --graph"
|
2022-10-01 10:51:53 +00:00
|
|
|
alias gp="simple-git-push"
|
2022-10-02 14:15:00 +00:00
|
|
|
alias gr="git remote"
|
|
|
|
alias grv="git remote -v"
|
2022-05-11 20:54:31 +00:00
|
|
|
alias gs="git status"
|
|
|
|
|
|
|
|
alias clipboard-to-file="xclip -sel clip -o > $1"
|
|
|
|
alias file-to-clipboard="xclip -sel clip -i $1"
|