您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

install 295B

123456789101112
  1. #! /usr/bin/env bash
  2. if [ -e ~/.gconf/apps/gnome-terminal ]
  3. then
  4. if [ -h ~/.gconf/apps/gnome-terminal ]
  5. then
  6. rm ~/.gconf/apps/gnome-terminal
  7. else
  8. mv ~/.gconf/apps/gnome-terminal ~/.gconf/apps/gnome-termnial.old
  9. fi
  10. fi &&
  11. ln -sf "$PWD"/gnome-terminal ~/.gconf/apps/gnome-terminal