Guest User

Untitled

a guest
Feb 20th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local blue_op="%{$fg[blue]%}[%{$reset_color%}"
  2. local blue_cp="%{$fg[blue]%}]%{$reset_color%}"
  3. local path_p="${blue_op}%~${blue_cp}"
  4. local user_host="${blue_op}%n@%m${blue_cp}"
  5. local ret_status="${blue_op}%?${blue_cp}"
  6. local hist_no="${blue_op}%h${blue_cp}"
  7. PROMPT="${path_p}${user_host}
  8. %# "
  9. local cur_cmd="${blue_op}%_${blue_cp}"
  10. PROMPT2="${cur_cmd}> "
  11.  
  12. EXAMPLE:
  13.  
  14. [~][paul@singletrack]
  15. %
Add Comment
Please, Sign In to add comment