Changes between Version 4 and Version 5 of Linux


Ignore:
Timestamp:
01/09/2017 16:37:53 (7 years ago)
Author:
/C=FR/O=CNRS/OU=UMR5821/CN=Frederic Melot/emailAddress=frederic.melot@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux

    v4 v5  
    216216
    217217
    218 
     218\\
    219219
    220220
     
    233233
    234234sudo emacs /etc/profile.d/vte.sh
     235
    235236...
     237
    236238_vte_prompt_command() {
     239
    237240...
     241
    238242#printf "\033]777;notify;Command completed;%s\007\033]0;%s@%s:%s\007%s"
     243
    239244"${command}" "${USER}" "${HOSTNAME%%.*}" "${pwd}" "$(__vte_osc7)"
     245
    240246}