User:Huji

From Wikitech
Jump to navigation Jump to search

I am mw:User:Huji.

My favorite git command: git branch --no-merged | xargs -L 1 git branch -D

I like https://ohmyz.sh/ and use it on toolforge. I particularly like to modify its default theme (cp .oh-my-zsh/themes/robbyrussell.zsh-theme .oh-my-zsh/custom/themes) and change the prompt format to include username:

PROMPT='%(!.%{%F{yellow}%}.)$USER@%{$fg[white]%}toolforge '
PROMPT+="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'

My aliases:

alias tools="ssh login.toolforge.org"
alias remote="sshfs -o allow_other -o workaround=rename login.toolforge.org:/data/project/huji ~/remote"
alias demote="umount ~/remote"
alias demotef="fusermount -zu ~/remote"