Same as last commit really
This commit is contained in:
parent
73a822057d
commit
f35d3de42a
|
@ -17,7 +17,7 @@ let vimclip = pkgs.stdenv.mkDerivation rec {
|
|||
'';
|
||||
}; in
|
||||
pkgs.writeShellScriptBin "vimclip" ''
|
||||
if ["wayland" = $XDG_SESSION_TYPE]
|
||||
if [ "wayland" = $XDG_SESSION_TYPE ]
|
||||
then
|
||||
export VIMCLIP_CLIPBOARD_COMMAND=${pkgs.wl-clipboard}/bin/wl-copy
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue