Posts

Showing posts from January 18, 2019

Connect one monitor(mouse and keyboard connected to it) to 2 pc

Image
1 Can I use one monitor (keyboard and mouse connected to it) with MacBook Pro (connected by USB-C) and PC (connected by HDMI/DP + USB A-B) just switching source on monitor? Will keyboard and mouse work for each selected source this way(without any external switchers)? Or i will need to unplug some cables from monitor to work with 1st or 2nd source that keyboard and mouse work properly? keyboard display mouse desktop-computer usb-c share | improve this question edited Jan 1 at 23:39 Viktor V. asked Jan 1 at 23:34

chain Fish commands via `&&` or `||`

Image
90 28 In Bash/ZSH and other shells, I am used to using && and || . Is there any equivalent in Fish? shell fish share | improve this question asked Jul 10 '12 at 3:01 Albert Albert 2,834 6 30 43 This syntax now supported on the master branch and will be released in Fish 3.0 (github.com/fish-shell/fish-shell/commit/…) – Cl