Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
173 B

  1. #!/usr/bin/env zsh
  2. autoload colors zsh/terminfo
  3. colors
  4. for foo in $fg; do
  5. echo $foo hi
  6. done
  7. for foo in $bg; do
  8. echo $foo hey;
  9. done
  10. export PS1='%F{214}%K{123}%m%k%f'