Skip to content

Instantly share code, notes, and snippets.

View kunal394's full-sized avatar
🏠
Working from home

Kunal Singh kunal394

🏠
Working from home
  • Microsoft R&D
  • Hyderabad, India
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kunal394 on github.
  • I am networker (https://keybase.io/networker) on keybase.
  • I have a public key whose fingerprint is 20AD B78D D92F C507 DFC7 6DFB C8E4 2BFB DD54 91F7

To claim this, I am signing this object:

PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(rvm_prompt_info)$fg_bold[blue] ] $fg_bold[blue] [ $fg[red]eth: `hostname -I | cut -d" " -f 1` $fg_bold[blue]] $fg_bold[blue] [ $fg[red]wlan: `hostname -I | cut -d" " -f 2` $fg_bold[blue]] $fg_bold[blue] [ $fg[red]ext: `getextip 2> /dev/null` $fg_bold[blue]]$reset_color
$ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green]("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_CLEAN="✔"
ZSH_THEME_GIT_PROMPT_DIRTY="✗"
#along with the ip address added to PS1
"""
" Basic settings
set nocompatible " Eliminate backwards-compatability
set wildmenu " enhanced command-line completion
set smartindent
set number " Enable line numbers
" Display the cursor position on the last line of the screen or in the status
" line of a window
set ruler