User:Huji
Appearance
I am mw:User:Huji.
- Help:MediaWiki-Vagrant_in_Labs
- Help:Accessing Cloud VPS instances
- Help:Toolforge/Jobs framework
- User:Legoktm/toolforge library
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"