Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112 |
- #! /usr/bin/env bash
-
- if [ -e ~/.gconf/apps/gnome-terminal ]
- then
- if [ -h ~/.gconf/apps/gnome-terminal ]
- then
- rm ~/.gconf/apps/gnome-terminal
- else
- mv ~/.gconf/apps/gnome-terminal ~/.gconf/apps/gnome-termnial.old
- fi
- fi &&
- ln -sf "$PWD"/gnome-terminal ~/.gconf/apps/gnome-terminal
|