Changes between Version 4 and Version 5 of Linux
- Timestamp:
- 01/09/2017 16:37:53 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux
v4 v5 216 216 217 217 218 218 \\ 219 219 220 220 … … 233 233 234 234 sudo emacs /etc/profile.d/vte.sh 235 235 236 ... 237 236 238 _vte_prompt_command() { 239 237 240 ... 241 238 242 #printf "\033]777;notify;Command completed;%s\007\033]0;%s@%s:%s\007%s" 243 239 244 "${command}" "${USER}" "${HOSTNAME%%.*}" "${pwd}" "$(__vte_osc7)" 245 240 246 }