Skip to content
View choppeh's full-sized avatar
πŸ‡§πŸ‡·
πŸ‡§πŸ‡·
  • SΓ£o LuΓ­s, Brazil
  • 00:05 (UTC -03:00)

Block or report choppeh

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
choppeh/README.md

🦌 βž• 🚒 🟰 πŸ΄β€β˜ οΈ

Alias

alias code="flatpak run com.visualstudio.code $* 2> /dev/null"
alias idea="flatpak run com.jetbrains.IntelliJ-IDEA-Community $* 2> /dev/null"
alias presenterm="~/.asdf/installs/rust/1.75/bin/presenterm"
alias neofetch="hyfetch"
alias e="cd ~/Workspace/extensions-source/"
alias q="exit"
alias edit="micro ~/Workspace/extensions-source/.git/info/sparse-checkout"
alias files="nautilus"
alias arm="rm ~/.var/app/com.google.AndroidStudio/config/Google/AndroidStudio*/.lock"
alias open="xdg-open $1 2> /dev/null"
alias emu="~/Android/Sdk/./emulator/emulator -avd Pixel_3a_API_34 -gpu host"

## Remove branch interactively (install fzf)
alias del='git for-each-ref --sort=-committerdate --format="%(refname:short)" refs/heads | grep -v "$(git rev-parse --abbrev-ref HEAD)" | fzf --multi --preview "git log -10 --color --decorate=full --pretty=format:\"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\" --abbrev-commit {}" | xargs -r git branch -D'

function u() {
  sh -c 'cd ~/Workspace/extensions-source/ && cbch=$(git branch --show-current) && echo $cbch && git switch main && git pull && git switch $cbch && git rebase main'
}

Pinned Loading

  1. keiyoushi/extensions-source keiyoushi/extensions-source Public

    Source code of extensions in https://github.com/keiyoushi/extensions

    Kotlin 3.8k 1.1k