mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-18 17:41:37 +03:00
10 lines
262 B
Fish
10 lines
262 B
Fish
set -U tide_right_prompt_items 'status' 'jobs'
|
|
clear
|
|
Start recording
|
|
echo $tide_right_prompt_items
|
|
ssh localhost
|
|
awd123mnl4562
|
|
sleep 60 &
|
|
set -U tide_right_prompt_items 'status' 'jobs' 'context'
|
|
set -U tide_right_prompt_items 'status' 'jobs' 'newline' 'context'
|